Skip to content

Instantly share code, notes, and snippets.

@chrisdavidmiles
Last active December 25, 2022 23:38
Show Gist options
  • Save chrisdavidmiles/26f732d673da0e101a74eed78609b9c2 to your computer and use it in GitHub Desktop.
Save chrisdavidmiles/26f732d673da0e101a74eed78609b9c2 to your computer and use it in GitHub Desktop.

Revisions

  1. chrisdavidmiles revised this gist Dec 25, 2022. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions audiobook-commands.md
    Original 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
  2. chrisdavidmiles revised this gist Dec 24, 2022. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions audiobook-commands.md
    Original 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
    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"`
    `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`
  3. chrisdavidmiles revised this gist Dec 24, 2022. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions audiobook-commands.md
    Original 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"`
  4. chrisdavidmiles created this gist Dec 24, 2022.
    10 changes: 10 additions & 0 deletions audiobook-commands.md
    Original 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"`