INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: buhrmi on July 27, 2004, 02:46:00 pm

Title: Small but important feature request: relative path in m3u export
Post by: buhrmi on July 27, 2004, 02:46:00 pm
Hi,

would be nice if Media Center would have an option to use relative paths when exporting m3u playlists for things like file synching.
Title: Re:Small but important feature request: relative path in m3u export
Post by: IlPadrino on July 28, 2004, 09:41:24 am
Hi,

would be nice if Media Center would have an option to use relative paths when exporting m3u playlists for things like file synching.

Relative to what?  You could take a look at scott_r's "MC XML Export" and maybe make your own XSLT.
Title: Re:Small but important feature request: relative path in m3u export
Post by: buhrmi on July 28, 2004, 03:31:10 pm
When I have a file F:\Multimedia\Music\Charts\We own - Tophit.mp3 and export a playlist to F:\Multimedia\Playlist\charts.m3u it shall use the path ..\Music\Charts\We own - Tophit.mp3 instead of the full path. When I sync my Multimedia folder to an other computer the playlist will still work then.
Title: Re:Small but important feature request: relative path in m3u export
Post by: IlPadrino on July 28, 2004, 05:05:06 pm
That seems to be an arbitrary relativity.  Just use a search/replace (i.e. search on "F:\Multimedia" and replace "") against the final m3u file.

Or, as I suggested before, create a XSLT that will do this for you automatically...  but in a sense you'd need to create your own m3u from an MPL...  probably more more than you'd like.
Title: Re:Small but important feature request: relative path in m3u export
Post by: buhrmi on July 29, 2004, 06:42:52 pm
That seems to be an arbitrary relativity.  Just use a search/replace (i.e. search on "F:\Multimedia" and replace "") against the final m3u file.
MPL...  probably more more than you'd like.
Yes, sure... That would be much fun for 10+ Playlists everytime they change ^^


Or, as I suggested before, create a XSLT that will do this for you automatically...  but in a sense you'd need to create your own m3u from an MPL...  probably more more than you'd like.

Ill have a look at that
Title: Re:Small but important feature request: relative path in m3u export
Post by: IlPadrino on July 29, 2004, 07:25:04 pm
Or, as I suggested before, create a XSLT that will do this for you automatically...  but in a sense you'd need to create your own m3u from an MPL...  probably more more than you'd like.

Ill have a look at that

If you get MC XML Export working for you are you're comfortable using it to export your playlists, I will write you the XSLT.