How to Sync Playlist to SD Card & Modify Tag During Move #6665
Unanswered
NoahTheDuke
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for the combo title, I want to make sure others can find it.
I use beets to organize all my music. I made an
.m3uplaylist with ~800 songs, and I want to sync them to an sd card. I usebeets move -e playlist:music_for_player -d /Volumes/mp3_playerand they're copied over, which is great. However, my mp3 player does not use$albumartist, it uses$artistfor sorting and separation and display, meaning that my Charlie XCX album is listed under multiple artists, one for eachCharlie XCX feat. SOME_ARTIST.I'd like to be able to perform the move and also apply a change/normalization to the moved files, replacing
$artistwith$albumartist. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions