Benjamin Schlageter
unread,Mar 7, 2013, 1:57:41 AM3/7/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beets...@googlegroups.com
Hi there
Next question, didn't discovered the problem yet, I'm playing around with beets and the modify/update possibilies. What I did here:
1) Imported the Album "Electro Glide in Blue" from "Apollo 440"
Savepath at the moment: /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/[...]
2) Modified the Artist to "Apollo 550"
cli I used: beet mod 'apollo 440' artist='Apollo 550'
---
Modifying 12 items.
Apollo 440 - Electro Glide in Blue - Stealth Overture
artist: Apollo 440 -> Apollo 550
Apollo 440 - Electro Glide in Blue - Ain't Talkin' 'bout Dub
artist: Apollo 440 -> Apollo 550
[...]
---
Worked:
beet ls 'Apollo 550'
Apollo 550 - Electro Glide in Blue - Stealth Overture
Apollo 550 - Electro Glide in Blue - Ain't Talkin' 'bout Dub
But at the moment, the save path is the old one:
beet ls -p 'Apollo 550'
/var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/01 - Stealth Overture.mp3
/var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/02 - Ain't Talkin' 'bout Dub.mp3
What I understand, with 'update' beets can also reorganize the files on the filesystem - right? So I tried: beet update -p 'artist:apollo' and nothing happend, here also the verbose output:
beet -v update -p 'artist:apollo'
data directory: /root/.config/beets
library database: /var/autofs/nas-qnap02-musik/beetslibrary.blb
library directory: /var/autofs/nas-qnap02-musik
Getting items with SQL: SELECT * FROM items WHERE ((artist like ? escape '\')) ORDER BY (CASE artist_sort WHEN NULL THEN artist WHEN "" THEN artist ELSE artist_sort END), album, disc, track
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/01 - Stealth Overture.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/02 - Ain't Talkin' 'bout Dub.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/03 - Altamont Super-Highway Revisited.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/04 - Electro Glide in Blue.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/05 - Vanishing Point.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/06 - Tears of the Gods.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/07 - Carrera Rapida.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/08 - Krupa.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/09 - White Man's Throat.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/10 - Pain in Any Language.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/11 - Stealth Mass in F#m.mp3 because mtime is up to date (1362588622)
skipping /var/autofs/nas-qnap02-musik/Apollo 440/Electro Glide in Blue/12 - Raw Power.mp3 because mtime is up to date (1362588622)
Sending event: cli_exit
Maybe I understand something wrong?
Thanks for helping,
Benj