PDA

View Full Version : Playlists



sonata31
February 12th, 2008, 01:37 AM
How to display the list of playlists ?

tmorten
February 13th, 2008, 07:50 AM
If my memory serves, the Media Library Tree component will display playlists. I'm not sure if there's another way; anyone else out there using playlists?

Best,
Tim

sonata31
February 13th, 2008, 08:47 AM
If my memory serves, the Media Library Tree component will display playlists. I'm not sure if there's another way; anyone else out there using playlists?

Best,
Tim
The root playlist is displayed, but not the playlists

harleydude
February 13th, 2008, 08:58 AM
Here is the GAC I use for retrieving playlists.


PlayListGAC = GAC:new{var='PLGAC',includeSubItemCount=0,imageSiz e='N', count=14, useGP=1, };
PlayListGAC:SetClearOnChange(1)
PlayListGAC:SetScheme("Playlists\\Rick's Playlists");
PlayListGAC:Request()

sonata31
February 13th, 2008, 09:42 AM
Here is the GAC I use for retrieving playlists.


PlayListGAC = GAC:new{var='PLGAC',includeSubItemCount=0,imageSiz e='N', count=14, useGP=1, };
PlayListGAC:SetClearOnChange(1)
PlayListGAC:SetScheme("Playlists\\Rick's Playlists");
PlayListGAC:Request()


I test this tomorow
Thank You for your response

mhwlng
February 13th, 2008, 09:47 AM
The root playlist is displayed, but not the playlists


I do this, to change the root of the treelist to only show all my JRMC smartlists...

NetRemote.ExecuteAction(-10,3,0,'Playlists\\Smartlists')


Marcel

sonata31
February 13th, 2008, 10:19 PM
Are "Playlists\\Rick's Playlists" and 'Playlists\\Smartlists' directories on the hard disk ?

harleydude
February 14th, 2008, 05:06 AM
Rick's Playlists & Smartlists are playlist groups that are in the Playlists tree.

sonata31
February 14th, 2008, 07:08 AM
Rick's Playlists & Smartlists are playlist groups that are in the Playlists tree.

With Winamp I have created two playlists : "playlist1" and "ange" : how to see them
How created the playlist groups ?

sonata31
February 19th, 2008, 05:01 AM
Nobody for help me ?

sonata31
March 5th, 2008, 04:22 AM
With Winamp I have created two playlists : "playlist1" and "ange" : how to see them
How created the playlist groups ?

Help me, please

sonata31
March 10th, 2008, 03:55 AM
Nobody for help me ?

Rob H
March 10th, 2008, 06:59 AM
I'm afraid I'm not really up to speed on Mediabridge stuff - hopefully someone else can help?

sonata31
April 29th, 2008, 01:27 AM
I'm afraid I'm not really up to speed on Mediabridge stuff - hopefully someone else can help?

Waht's new for the playlists with Winamp and MediaBridge ?