erland wrote: 
> Using metaflac will probably work, but I suspect I have to do something
> in the Database Query plugin that makes it possible to output real paths
> instead of the url encoded values you get currently ?
> 
> Basically change:
> > 
Code:
--------------------
  >   > 
  > 
file:///mnt/flacmusic/Absolute%20Love%202%20-%20Disc%201/01%20I%27LL%20BE%20MISSING%20YOU.flac
  > 
--------------------
> > 
> To something like:
> > 
Code:
--------------------
  >   > 
  > /mnt/flacmusic/Absolute Love 2 - Disc 1/01 I'LL BE MISSING YOU.flac
  > 
--------------------
> > 
> 
> And also to make it possible to apply some kind of template on the
> report so you can convert an output like:
> > 
Code:
--------------------
  >   > 
  > /mnt/flacmusic/Absolute Love 2 - Disc 1/01 I'LL BE MISSING YOU.flac 60
  > 
--------------------
> > 
> 
> To something like:
> > 
Code:
--------------------
  >   > 
  > metaflac --remove-tag=RATING --set-tag="RATING=60" "/mnt/flacmusic/Absolute 
Love 2 - Disc 1/01 I'LL BE MISSING YOU.flac"
  > 
--------------------
> > 
> 
> Let me know if you have any idea how you could do this yourself based
> on the url encouded output from a Database Query report based on the
> SQL "select url,rating from track_statistics", because then it might
> be faster for you to do it by yourself as I have some other things
> which I need to do before I look into adding this to one of my
> plugins.
> 
> It could be worth to ask how to write ratings to tags in a separate
> thread also because there might be other users who have a solution but
> doesn't noticed your question when it's hidden in this thread which
> they probably ignore unless they use my plugins.
> 
> Did you also have some need to convert the paths from the ones in LMS
> database to the ones which are used on your Windows computer ?
> Or was that only if you wanted to use JRiver or some other tool to
> write the tags ?

I have no idea how to convert urls to real paths.  I was hoping you'd be
able to help me with that.  :/

As for the "TrackStat Inconsistency/Problems" link hanging my NAS,
there's definitely something wrong because even though I just let sit
there for an hour, it did not help.  It locks up LMS and I have to shut
down the service and restart it to get it going again.

And converting the paths to Windows paths, I wanted that because I
thought I might be able to use metaflac (or some other Windows based
tool) to write the RATING tags to the files.

PS.  I don't use JRiver.


------------------------------------------------------------------------
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