playlist

How do I create a playlist for RealPlayer?

I want to create a playlist in RealPlayer through a Perl script to avoid every time opening the ReaPlayer for an audio or video file. ...

Reccomended a Free Streaming Audio Player with Playlist function

I am looking for a free basic streaming audio player (with playlist capabilities) for a personal website. I would also like to control the playlist using PHP (or some sort of scripting language). Can anyone reccomend a good free one? I've found a handful searching around but I was hoping to get some personal reccomendations before I i...

How to identify all the singles in a huge selection of music MP3s?

I have a project at home I'm thinking about using as a way of teaching myself something new. On an external NTFS drive I have a few tens of GBs of music albums, all in mp3 format and all nice and neatly sorted in directories. Some are quite obscure. I would like to create a playlist, in .m3u or (preferably) as an iTunes playlist, of all...

iphone .pls parser

how to access the .pls and .qtl file content from web using objective c. ...

Java Music Player GUI

Hello. I am implementing a GUI using Swing for a Java Music Player. I'd like to know if it is possible to make a time bar like the bar in WinAmp for example that can be moved to jump to a certain position in a song and shows the current position. If possible, how would one go about this? Also, I'm using a JList to display Playlists and ...

Random playlist algorithm

I need to create a list of numbers from a range (for example from x to y) in a random order so that every order has an equal chance. I need this for a music player I write in C#, to create play lists in a random order. Any ideas? Thanks. EDIT: I'm not interested in changing the original list, just pick up random indexes from a range ...

iPhone: Creating custom playlist like you tube

I want to display all the video files from Photo library like youtube play list. Can anybody suggest me how I should go ahead for this? if possible please post some sample code regarding this. ...

can i use my own website to show my youtube playlist and video player?

can i use my own website to show my youtube playlist and when someone clicks on a video on that playlist it will play still on my own website? the youtube player also should be beside the playlist on my own website... ...

Is it possible to submit batch processing requests with the Python Youtube API?

I'm writing an application using Python that adds videos to a user's playlist on Youtube. Doing this one at a time causes Youtube to start throttling my requests. There is a batch processing API that allows you to submit 50 requests at once, but I can't find out from the docs how to submit a batch processing request. The only informatio...

Playlist for WPF MediaElement app

I'm learning C# and WPF by building a WMP-type app. The code below runs fine, selecting a movie from the listbox runs it in the media element. The problem I'm having is finding a way to automatically start the next movie after one ends. Thank You. The xml file that provides a list of movies: <?xml version="1.0" encoding="ISO-8859-1"?> ...

Generate playlist using php and getid3

Hi, New to php. I use a php script to generate a playlist, the first song entry in the list is blank for all fields (artist, title, length, filename). Why? Here's the script <?php require_once('getid3/getid3.php'); $dir = 'mp3'; $file_type = 'mp3'; $play_list = '<?xml version="1.0" encoding="utf-8"?><config>'; if (is_dir($...

Playlist for music player in Delphi / List of multiple data items

I would like to have a playlist for my own music player in Delphi / Pascal. I thought that it would be the best solution to have a TStringList with the path of the MP3 file and - additionally - a TListBox with the song names. The matching strings in both lists must be at the same position. So if the user chooses item 5 in TListBox I can...

Youtube Playlist Embeded on-the-fly

Given a list of youtube videos, I want to be able to have an embedded video which will go through each of the videos. Basically, I want to create an embedded youtube playlist given a list of links. What is the best way of doing this? The website redditunes.com seems to do this by checking for state changes in the embedded video--don't q...

mp3 playlist - any alternatives to popup window?

Hi, I'm developing a site for a classical music ensemble. They want tracks from their CDs to be available to visitors in a 'jukebox' style playlist. They initially wanted music to play when the visitor arrives at the site, but I have refused to do this as I think it's bad design. Instead, we've agreed that an audio player should appear...

Reordering Lists like playlists in the media player

Hi, I have a list of items that are displayed using a ListView from a SQLCursor. The SQL table includes(as well as other things) a _id field and an order field. I use the order field to sort the list before it gets to the ListView. What I need is a widget like the MediaPlayer has in its playlist view. It allows you to click the icon...

Display Playlist Thumb (YouTube API)

Hi, I'm using the YouTube API and there doesn't seem to be a thumbnail image of the playlist as it is on YouTube. Anybody have any ideas or come across this problem before? Let me know. ...

Manipulating jQuery to retrieve the onclick function of an item which lies directly below the current focus with the same parent

First off, I want to thank you for looking into my question as I really do appreciate your time. I've built a list of items using php by having a foreach loop cycle through an associative array printing the array data as parameters of an onclick function call and gives each item it cycles through an ID of $thecount. All items retrieved ...

Next track or shuffle in M3U playlist?

I have a M3U playlist that has URLs for some MP3s around the web. It's on a server so I can open it on other computers and my iPhone. Unfortunately, all the players I've tried don't let me hit the "next" button to go to the next song in the playlist. Is there a way to specify that ability in the M3U file? Or, if not that, can I make ...

VideoPlaylist iPhone

Hello, if I open a online Video file like this: [UIApplication sharedApplication] openURL:[NSURL URLWithString:url]]; the App will closed ... is it possible to create a playlist for the videoplayer application? ...

How to build a HTML 5 video playlist?

Hi< I was wondering would anybody know of tutorials describing, in detail, how to build a video playlist in HTML 5? I also would like these videos to play in a random order. ...