itm wrote: 
> What software would you use to do something like that? Ideally I'd like
> to perform some sort of non-destructive query like that (i.e. without
> actually modifying any files or tags), just to find the problem
> albums/songs

i am using 'eyeD3.
' (https://eyed3.readthedocs.io/en/latest/installation.html)
a quick test ...


Code:
--------------------
    dirname 36Grad/2raumwohnung\ -\ 36Grad\ -\ 01\ -\ Besser\ gehts\ nicht.mp3
  36Grad
  eyeD3 36Grad/2raumwohnung\ -\ 36Grad\ -\ 01\ -\ Besser\ gehts\ nicht.mp3 
|grep 'album'|grep -v 'album '|cut -d ' ' -f2-
  36Grad
  
--------------------

looks like its possible but something that ends in 30 or more lines.

Is this something you need? eg all the files from a album are stored in
a folder that name matches your albums?


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=108251

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to