Skip to content

How to use beets to manage music on an iPod? #5506

Answered by InvisibleFunction
rnkn asked this question in Q&A
Discussion options

You must be logged in to vote

I've got a bigger library than can fit on my ipod, so I use alternatives and convert like so:

convert:
  format: aac
  formats:
    aac:
      command: ffmpeg -i $source -y -vn -c:a aac_at -ar 44100 -sample_fmt s16 -b:a 160k $dest
      extension: m4a
alternatives:
  ipodmini:
    directory: /Volumes/SSD/iPod
    formats: aac mp3
    query: "ipodmini:true"
    removeable: true

I tag everything I want on there with ipodmini:true then it will convert it all and I put it on there with whatever iTunes is called now.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rnkn
Comment options

@InvisibleFunction
Comment options

Answer selected by rnkn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants