Last active
          December 25, 2022 23:38 
        
      - 
      
 - 
        
Save chrisdavidmiles/26f732d673da0e101a74eed78609b9c2 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
chrisdavidmiles revised this gist
Dec 25, 2022 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,3 +15,7 @@ Add media information to a single mp3 track. Here we're setting the ID3 tag for: - Track name `-t` `eyeD3 -n '1' -a 'Eric Schlosser' -A "Command and Control: Nuclear Weapons, the Damascus Accident, and the Illusion of Safety" -t "Command and Control: Nuclear Weapons, the Damascus Accident, and the Illusion of Safety" file.mp3` ---- Used with https://github.com/seanap/Plex-Audiobook-Guide  - 
        
chrisdavidmiles revised this gist
Dec 24, 2022 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Strip out all the media track id3 tags from a file (useful after combining with `id3convert -s file.mp3` ---- Add media information to a single mp3 track. Here we're setting the ID3 tag for: - Track number `-n` - Author `-a` - Book Title `-A` - Track name `-t` `eyeD3 -n '1' -a 'Eric Schlosser' -A "Command and Control: Nuclear Weapons, the Damascus Accident, and the Illusion of Safety" -t "Command and Control: Nuclear Weapons, the Damascus Accident, and the Illusion of Safety" file.mp3`  - 
        
chrisdavidmiles revised this gist
Dec 24, 2022 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,13 @@ Combine lots of mp3s into one file. They will be combined in alphabetical order so prepare the filenames ahead of time with leading zeros if needed (e.g. whatever-01.mp3 whatever-02.mp3 ... etc) `mp3wrap combined.mp3 origs/*` ---- Strip out all the media track id3 tags from a file (useful after combining with mp3wrap) `id3convert -s file.mp3` ---- Add media information to a single mp3 track `eyeD3 -n '1' -a 'Eric Schlosser' -A "Command and Control: Nuclear Weapons, the Damascus Accident, and the Illusion of Safety" -t "Command and Control: Nuclear Weapons, the Damascus Accident, and the Illusion of Safety"`  - 
        
chrisdavidmiles created this gist
Dec 24, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ Combine lots of mp3s into one file. They will be combined in alphabetical order so prepare the filenames ahead of time with leading zeros if needed (e.g. whatever-01.mp3 whatever-02.mp3 ... etc) `mp3wrap combined.mp3 origs/*` ---- Strip out all the media track id3 tags from a file (useful after combining with mp3wrap) `id3convert -s file.mp3` ---- Add media information to a single mp3 track `eyeD3 -n '1' -a 'Eric Schlosser' -A "Command and Control: Nuclear Weapons, the Damascus Accident, and the Illusion of Safety" -t "Command and Control: Nuclear Weapons, the Damascus Accident, and the Illusion of Safety"`