Questions tagged [playlist]
A playlist is a list of media, such as audio or video, to be played in strict or random order
813
questions
59
votes
7
answers
101k
views
How do I hide related videos at the end of a YouTube playlist embed code?
I am using this code to embed a playlist:
<iframe width="816" height="459"
src="https://www.youtube.com/embed/videoseries?list=xxx"
frameborder="0" allowfullscreen="">
To hide the ...
40
votes
2
answers
57k
views
find playlists containing a video on youtube [closed]
I would like to find playlists on youtube that contain the video. e.g. find all playlists that contain video at this link.
Any youtube search technique/parameter useful for this?
Is it possible to ...
31
votes
1
answer
19k
views
In Visual Studio Test, how to make a playlist which automatically excludes certain tests?
Our team has Visual Studio 2012 Professional licenses (not Test Professional). We are developing a smallish web application, and we have both true unit tests which mock everything needed, and tests ...
26
votes
2
answers
9k
views
Youtube API getting Watch Later Playlist
as in one answer here:
Youtube Data API v3 PlaylistItems update not working for Watch Later playlists
There was a change that I can't use playlistitems.list from YT API v3 to retrive Watch Later and ...
14
votes
3
answers
20k
views
How can I access playlist created by android default music app and call the music app to play it?
I am writing an android app, and I want to access the playlist created by android default music app.
In my app, the user should be able to browse the playlist and select any playlist to play.
So ...
13
votes
12
answers
10k
views
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 ...
13
votes
5
answers
703
views
Algorithm for evenly spacing list items (playlist songs) along several categories (id3 tags)
I am having trouble designing an algorithm to assist in the creation of an mp3 playlist, although an algorithm for the more general case of evenly spacing items in a list could be adapted for my use. ...
12
votes
3
answers
22k
views
mediaelement.js and custom playlist
I have such code (for example):
<script>
$('audio').mediaelementplayer();
</script>
<audio id="mejs" controls="controls">
<source src="/media/file-2.mp3" type="audio/mp3" /&...
12
votes
2
answers
2k
views
iPhone MP4 Video Playlist
I have a library of footage encoded as H.264/AAC inside MP4 containers. Right now I can successfully stream the footage to the iPhone using Apache and mod_h264.
What I'd like to be able to do is tell ...
12
votes
1
answer
39k
views
Embed youtube playlist with side list tray
I've been playing with the youtube embed playlist functionality with javascript.
So far when I embed a playlist it looks like this:
http://postimage.org/image/vk6fv56yx/
The blue circle shows the ...
10
votes
2
answers
29k
views
What is proper way to specify relative path to file in M3U playlists?
What is proper way to specify the path to mp3 file in M3U playlists, for use playlists in hardware players, like Compact & Shelf Stereos, Micro Component Systems, Car Audio Players?
I understand ...
9
votes
2
answers
19k
views
Play list of mp3 file with MediaPlayer in Android
I have a problem to reproduce more than one mp3 file using MediaPlayer in Android.
I'm able to reproduce one single file but I did not find nothing useful to reproduce different files one after the ...
9
votes
4
answers
20k
views
youtube-dl playlist does not work anymore
in the past I have downloaded Youtube's playlists with youtube-dl without any problem. However, now it downloads 0 videos. Could it have something to do with RIAA's DMCA takedown? Any suggestion or ...
9
votes
4
answers
2k
views
Are there "Dynamic Playlists" of unit tests in Visual Studio?
When working with unit tests in Visual Studio, it's possible to compile playlists that group the tests. This is useful, for instance, when developing a new feature for which we want to run only the ...
8
votes
3
answers
25k
views
How can I search inside a youtube playlist?
I need to know if youtube API V3 supports searching inside a specific youtube playlist? And is there any other way to do that?
8
votes
0
answers
787
views
FFmpeg check downloaded stream
I'm downloading a m3u8 stream like this:
#EXTM3U
#EXT-X-TARGETDURATION:5
#EXT-X-ALLOW-CACHE:YES
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:1
#EXTINF:1.000,
seg-1.ts
#EXTINF:2.000,...
8
votes
1
answer
1k
views
Methods for determining acoustical similarity (but not fingerprinting)
I'm looking for methods that work in practise for determining some kind of acoustical similarity between different songs.
Most of the methods I've seen so far (MFCC etc.) seem actually to aim at ...
7
votes
2
answers
24k
views
How to add multiple files to a playlist
I have one OpenFileDialog control that has Multiselect = true. Now I want to add each file to windows media player playlist but I have no idea how to do that and there is no good example on the ...
7
votes
2
answers
15k
views
Python VLC binding- playing a playlist
I was wondering if it is possible to open(play) a music playlist
( .m3u file) with the use of vlc.py ? I searched for an answer but could not find it. I managed to play a simple mp3 file, even a mp3 ...
7
votes
2
answers
3k
views
google youtube api v3 get playlist Items return no result
I try to use this link to get the playlist item,
http://developers.google.com/youtube/v3/docs/playlistItems/list
There is a "try-it" interface in the bottom of the page, I input "contentDetails" or "...
7
votes
1
answer
4k
views
How to query for songs in playlists on Android SDK?
So my question is how to query for playlist content. I can make a query to display all the playlists, but how to make a query to display songs in a specific playlist.
Thanks
7
votes
3
answers
13k
views
Given an Android music playlist name, how can one find the songs in the playlist?
The playlist names can be found by a query on MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI
and then look at the MediaStore.Audio.PlaylistsColumns.NAME column.
There is a data column too, MediaStore....
7
votes
1
answer
2k
views
Playlist folder creation via Spotify Apps API
Spotify Apps API Documentation defines a Playlist model, but no model for Playlist folders (folders that have playlists nested within them). I know the spotify core object has a core.library....
7
votes
1
answer
5k
views
Dynamic playlists with Exoplayer 2
I'd like to use ExoPlayer2 with playlists having possibility to dinamically change the tracks (add or remove them from playlist) and change the loop settings.
Since ConcatenatingMediaSource has ...
6
votes
4
answers
12k
views
youtube-dl: How to skip videos with unavailable fragments in playlist, but not to abort playlist downloading?
I want to download a playlist of videos from youtube using youtube-dl for further offline viewing.
Some videos have unavailable fragments (but for some reason there is no problem when viewing through ...
6
votes
3
answers
10k
views
Make a playlist (start next song) in swift
I have created a sound player in swift with AVFoundation. I am trying to start the next song in array when the playing song is finished. I was trying to implement this code
if (audioPlayer....
6
votes
1
answer
4k
views
Trying to Use VideoJS, VideoJS-YouTube, VideoJS-Playlist, and VideoJS-Playlist-UI
I'm working on a website where I'm trying to make a custom themed playlist to play videos hosted on YouTube. I've successfully used VideoJS & VideoJS-YouTube together in another part of the site, ...
6
votes
1
answer
11k
views
Reordering Lists like playlists in the media player
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 ...
6
votes
0
answers
854
views
VideoJS Playlist UI on Fullscreen
Is it possible for VideoJS to show/hide the playlist when in fullscreen? I've looked for examples online including even with the VideoJS based Brightcove's player and not found any so far. An example ...
5
votes
2
answers
4k
views
API to add playlists in Zune
Original Question (for windows phone 7): I am using windows phone 7 and would like to add downloaded podcasts to a play list so that I can listen to them in a single go. Unfortunately UI does not ...
5
votes
3
answers
6k
views
Is there a javascript to remove duplicate videos in a Youtube playlist?
Since YouTube discontinued the remove duplicates button from its interface (at about the same time they discontinued their non-polymer interface), users are at a loss deduping their playlists. I've ...
5
votes
4
answers
4k
views
Youtube-dl Playlists Downloading Stops Running “Finished downloading playlist: playlist” error [closed]
I was happily downloading channels playlists but out of the blue youtube-dl detects any channel playlists as fully downloaded. I can download videos and playlists but no channels playlists.
Desired ...
5
votes
4
answers
8k
views
How to iterate over an object in javascript with an unordered index
I'm creating a playlist system where each song has a unique ID. When you add a song to the playlist array, its index is registered as its ID.
Normally when looping over a javascript array, you grab ...
5
votes
1
answer
3k
views
jPLayer Playlist get song name on change
I'm using jplayer playlist with autoplay. Playlist is shown, songs are playing,it is ok. But I want to get current songs name when jplayer changes to next song. I couldnt find any documentation for ...
5
votes
1
answer
722
views
Python - youtube.playlistItems().delete() doesn't work with [Deleted video] (YouTube API v3)
I want to clean the remnant [Deleted video] of several playlist of my YouTube channel. I'm using this code but it doesn't work.
YOUTUBE_API_SERVICE_NAME = "youtube"
YOUTUBE_API_VERSION = "v3"
...
5
votes
1
answer
1k
views
Soundcloud API not returning all tracks from playlist through Python
I recently started to use the Soundcloud API to develop a simple app which saves data on playlists. However, it seems to me that not all tracks from playlists are being returned.
I'm using the ...
5
votes
2
answers
8k
views
How can i get HTML5 audio playlist with mediaelement.js ?
I tried to search the example of audio playlist in mediaelement.js. But i found none, is mediaelement.js supports audio playlist? If so, please kindly support me the sample code or links. Thank you ...
5
votes
1
answer
39k
views
Playing m3u playlist with html5
I've created a very simple and basic html5 audio player, actually not more than:
<audio src="[url-to-m3u]" controls>
but I am facing two problems, this simple audio tag is working on Chrome, ...
5
votes
1
answer
3k
views
Remove a wrong playlist to test explorer in visual studio 2012
I added a wrong playlist into test explorer, the error message shows up in output windows when compiling my test project every time. It says "Error reading playlist file 'E:***.cs'.
There is an error ...
5
votes
3
answers
3k
views
How to make a simple HTML playlist using Jquery
I need some help making a very simple Jquery playlist using audio html tag. So far I got his:
<audio id="myAudio" preload="auto">
Your user agent does not support the HTML5 Audio element.
<...
5
votes
1
answer
4k
views
Youtube API returning unlisted videos
In my app I use the YouTube API. I got the "uploads" related playlist of a channel resource, and then list all videos.
This worked fine for some time, but now, this playlist is returning 'unlisted' ...
5
votes
1
answer
4k
views
Youtube Playlist shown in ListView
I have a GDATA link that I want to use in my App. This link contains a playlist and I want that playlist to be displayed in a ListView. The user will then select the video he/she wants and will then ...
5
votes
0
answers
586
views
ffmpeg: Infinite amount of filters/crossfading dynamic playlist
I want to use ffmpeg to play a dynamic playlist infinitely. The idea is, that an external command/script is executed to request the path to the next file (using the predicted start-time of the file as ...
4
votes
2
answers
12k
views
How can I make a script to recover my Grooveshark playlists now that the service has been shut down?
The Grooveshark music streaming service has been shut down without previous notification. I had many playlists that I would like to recover (playlists I made over several years).
Is there any way I ...
4
votes
2
answers
4k
views
Adaptive Streaming player playlist update interval
Regarding the behavior of an adaptive streaming player (concretely I'm interested in HLS and DASH), how often should it reload the playlist? Is this specified or up to the player implementation?
...
4
votes
1
answer
14k
views
How do I loop through a javascript array of audio files?
I have a small question about using an array containing Audio-sources (links) in a for loop.
This is my code, basically:
var audio = new Audio();
var playlist = new Array('sounds/song0.m4a', ...
4
votes
2
answers
12k
views
Retrieve Video IDs contained in a Playlist - YouTube API v3
I've been using the following method to retrieve all video IDs, titles, and default thumbnail images contained within a specific YouTube playlist for use in a dynamic playlist carousel (The IDs are ...
4
votes
2
answers
11k
views
Music playlist database design
How to structure tables for songs and playlists?
My thought was to create a table of playlists titles and id's then a playlists songs table that holds the songs unique id and the playlist which it ...