erland wrote: 
> The above query "select rating from track_statistics" which doesn't
> order the result is especially a bad idea to feed into Mp3Tag as it's
> likely going to be ordered completely different than the Mp3Tag song
> list.
> 
> Do you have the possibility to run the metaflac command line tagger ?
> 
> It would maybe be possible to do something simple that generates a file
> with metaflac command line operations, like: 
> > 
Code:
--------------------
  >   > 
  > metaflac --remove-tag=RATING --set-tag="RATING=80" /music/album1/track1.flac
  > metaflac --remove-tag=RATING --set-tag="RATING=40" 
/music/album42/track2.flac
  > 
--------------------
> > 
> I'm not completely sure the --remove-tag argument is needed, I'm just
> afraid that only calling set-tag might result in duplicate tags if
> there already is RATING tags in the files.
> 
> If you don't have access to metaflac, do you have access to any other
> command line tagger ?
> Is the file path's shown in the "Song Info" pages in the LMS web
> interface the ones we need to feed into the tagger or do you also need
> the paths to be mapped to Windows paths or something similar because
> you are going to run the tagger on a different machine than where LMS
> is installed ?

I do have metaflac and if you tell me that's what I need to use, then
that's what I'll use.  And don't worry, not a single file has a RATING
tag (I've checked).  And I can use the new LMS on my laptop if I can get
it consistent with the primary LMS.


------------------------------------------------------------------------
Morbeas's Profile: http://forums.slimdevices.com/member.php?userid=53547
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to