INTERACT FORUM
More => Old Versions => Media Center 12 (Development Ended) => Topic started by: dcwebman on January 18, 2008, 07:38:24 am
-
To help the radio feature along, I have been rating songs while listening to them at work. Once I get them rated, how do I transfer that rating field, and only that rating, to my library at home? I don't want any other fields transferred because they may be different and my library at home is the master and the one at work is a subset.
On a curious note, while listening I knew I was sometimes rating the same song again. I have a smartlist that I use which shows only those songs that haven't been rated. Since we don't have aliases yet (hint, hint), I have to have multiple versions of the song. I pulled up the Possible Duplicates smartlist and to make things faster, I made the ratings between the duplicate songs I hadn't listened to yet, the same as the ones I did listen to. The funny thing which I guess could be expected, is that sometimes when I rated the same song more than once, the rating was different. Too bad there isn't an option when rating, "Hey, there are these duplicates. Want to use the same rating?" Of course when the aliases get implemented, that won't be necessary. ;)
-
For identical librays it should work if you copy the library file "field (rating).jmd" in your library folder at work to the library folder at home. I don't know if that can cause any problems. The only negative point I see is that the information is only stored in library, not in the files themself. If you want MC to write it to the filetag, you probably have to use "Update Tags from Library".
I'm going to use this to, because I'm using my library at home (B) and for DJing (A). And I only want to synch my ratings from (A) -> (B) and the rest the other way. But I didn't get the time to do a big test on this. In a small test I did, it worked...
-
Thanks for the reply but the libraries are different. The one at home is huge and the one at work is just a smaller library. I was thinking that maybe the export would work but that wants to use every field. KingSparta used to have a plug-in for data import/export but it no longer exists.
-
Export an MPL playlist at work and import it at home (only the File > Import Playlist tool can update existing library files).
If the base path is different you need to open the MPL file with a text editor and do a find & replace operation. If the individual filenames and/or paths are different you are out of luck (maybe you can rename the files).
-
I was afraid that I was going to have to modify an MPL playlist greatly. I believe the paths and filenames are the same as I usually take them from home and bring them to work. I'll give it a shot.
-
I'm wondering what utility 'Use relative paths' when saving to MPL would make here.
If I get this right, you just drop the album MPL into its respective folder at home and do a File->Import Playlist to import only the changes.
then no need to modify anything in a text editor, you can't change filenames in the office pc tho ;)
I asked for aliases ages ago, but i now think it would create a management nightmare in the future.
A better way might be to decide which direction to do the sync and have the related info sent MC-->MC (http://yabb.jriver.com/interact/index.php?topic=41177.0)
You can already do this with an iPod so why not with another MC.
In theory this should already be possible (http://yabb.jriver.com/interact/index.php?topic=41177.msg281055#msg281055) but when i brought this up in a thread (http://yabb.jriver.com/interact/index.php?topic=43126.0) a few months ago, those that tried found it has limits.
-
I'm wondering what utility 'Use relative paths' when saving to MPL would make here.
If I get this right, you just drop the album MPL into its respective folder at home and do a File->Import Playlist to import only the changes.
The "Use relative paths" option will work. I forgot it (it's quite new and I have not needed it yet).
For example:
Base path on the work PC: C:\my work files\private\music\
Base path on the home PC: D:\my files\music\
Save the MPL file to C:\my work files\private\music\
and import it from D:\my files\music\
-
It's something i wish was there years ago..
save an album MPL in its folder, move that folder wherever you want and the MPL still works.
-
Export an MPL playlist at work and import it at home (only the File > Import Playlist tool can update existing library files).
If the base path is different you need to open the MPL file with a text editor and do a find & replace operation. If the individual filenames and/or paths are different you are out of luck (maybe you can rename the files).
This did work by updating those that were different and since I didn't have a rating at home, then it got updated. Only thing is the relative paths don't work. I'll post a bug(?).
-
Only thing is the relative paths don't work. I'll post a bug(?).
It works for me. Did you import the MPL file from the correct folder?
For example:
If the file on the disk is D:\my files\music\artist\album\file1.ext
and the filename in the MPL file is .\artist\album\file1.ext
you must import the MPL file from D:\my files\music\
-
think what Alex is saying here is that the MPL file for
D:\my files\music\artist\album\
must be placed in
..\album
and only imported from there.
It does not matter where ..\album is, so long as the MPL is placed inside it.
hence the reason of using relative paths when saving to MPL
-
Correct. Matt corrected me elsewhere. I was saving the playlist on another drive and hence getting drive letters. You just need to save it on the same drive as your media.
-
..well that and you need to put in the album folder as well or iow, the folder that the track is in.
If you look at the [Filename] tags in the MPL with a text editor it shows..
./<file-name>
that means it has to be in the Album folder or it won't play at all.
as there is no path info included.