Morbeas wrote:
> I thought of that too and you have a very valid point. I guess you're
> just gonna have to come up with a simple plugin that writes the
> TrackStat ratings as RATING tags to my FLAC files. ;)
>
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 ?
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins