Morbeas wrote: 
> Did I scare you away, erland?  :(
> 
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 ?


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

Reply via email to