Popular recipes tagged "playlist"http://code.activestate.com/recipes/tags/playlist/2014-07-30T07:23:36-07:00ActiveState Code RecipesRecursive Multimedia (audio, video) M3U Playlist Generator (Python)
2014-02-08T01:03:36-08:00Mano Bastardohttp://code.activestate.com/recipes/users/4182040/http://code.activestate.com/recipes/578771-recursive-multimedia-audio-video-m3u-playlist-gene/
<p style="color: grey">
Python
recipe 578771
by <a href="/recipes/users/4182040/">Mano Bastardo</a>
(<a href="/recipes/tags/audio/">audio</a>, <a href="/recipes/tags/ffmpeg/">ffmpeg</a>, <a href="/recipes/tags/generate/">generate</a>, <a href="/recipes/tags/m3u/">m3u</a>, <a href="/recipes/tags/mulitmedia/">mulitmedia</a>, <a href="/recipes/tags/os/">os</a>, <a href="/recipes/tags/playlist/">playlist</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/system/">system</a>, <a href="/recipes/tags/video/">video</a>).
Revision 9.
</p>
<p>Generate an m3u playlist searching recursively
for multimedia files (video or audio) in the given
directory.
Information from ID3 tags will be extracted for audio
files with <a href="http://en.wikipedia.org/wiki/FFmpeg">FFmpeg</a> available.</p>
Music player (JavaScript)
2013-05-18T18:18:15-07:00Granning Stolinehttp://code.activestate.com/recipes/users/4186069/http://code.activestate.com/recipes/578517-music-player/
<p style="color: grey">
JavaScript
recipe 578517
by <a href="/recipes/users/4186069/">Granning Stoline</a>
(<a href="/recipes/tags/music/">music</a>, <a href="/recipes/tags/playlist/">playlist</a>).
Revision 2.
</p>
<p>Music player</p>
Youtube Playlist Parser/Extractor (Python)
2014-07-30T07:23:36-07:00p@ntut$http://code.activestate.com/recipes/users/4183895/http://code.activestate.com/recipes/578284-youtube-playlist-parserextractor/
<p style="color: grey">
Python
recipe 578284
by <a href="/recipes/users/4183895/">p@ntut$</a>
(<a href="/recipes/tags/extractor/">extractor</a>, <a href="/recipes/tags/playlist/">playlist</a>, <a href="/recipes/tags/youtube/">youtube</a>).
Revision 18.
</p>
<p>Parse/extract URLs from playlist in youtube (User's videos not favorites)
Link: <a href="http://pantuts.com/2013/02/16/youparse-extract-urls-from-youtube/" rel="nofollow">http://pantuts.com/2013/02/16/youparse-extract-urls-from-youtube/</a></p>