Questions tagged [playlist]

A playlist is a list of media, such as audio or video, to be played in strict or random order

Filter by
Sorted by
Tagged with
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 ...
Penanghill's user avatar
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 ...
N D Thokare's user avatar
  • 1,713
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 ...
Rumi P.'s user avatar
  • 1,707
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 ...
Jacob's user avatar
  • 657
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 ...
Wesley's user avatar
  • 563
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 ...
Alon Gubkin's user avatar
  • 56.9k
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. ...
Jay's user avatar
  • 131
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" /&...
webvitaly's user avatar
  • 4,261
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 ...
zorlack's user avatar
  • 664
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 ...
RicardoE's user avatar
  • 1,675
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 ...
user avatar
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 ...
Gualty's user avatar
  • 251
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 ...
Ignasi Piqué Muntané's user avatar
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 ...
elnigno's user avatar
  • 1,801
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?
HAYDEX's user avatar
  • 123
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,...
Alexey Berezuev's user avatar
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 ...
Has QUIT--Anony-Mousse's user avatar
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 ...
a1204773's user avatar
  • 6,983
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 ...
Natko Kraševac's user avatar
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 "...
Fenix Lam's user avatar
  • 386
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
v66dik's user avatar
  • 257
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....
hexatron's user avatar
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....
Elliott Williams's user avatar
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 ...
Manuela's user avatar
  • 462
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 ...
Araneus0390's user avatar
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....
Ilir V. Gruda's user avatar
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, ...
HobbieJ's user avatar
  • 316
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 ...
CrazyBS's user avatar
  • 626
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 ...
LSTV's user avatar
  • 61
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 ...
Krishna Kumar's user avatar
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 ...
André Levy's user avatar
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 ...
Kalkulus's user avatar
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 ...
c..'s user avatar
  • 1,044
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 ...
bencagri's user avatar
  • 183
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" ...
Iván Rodríguez's user avatar
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 ...
Michael's user avatar
  • 1,301
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 ...
knightrider's user avatar
  • 2,583
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, ...
Abu Romaïssae's user avatar
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 ...
cangoal's user avatar
  • 63
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. <...
user1286956's user avatar
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' ...
Fabio R Lopes's user avatar
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 ...
Derek Williams's user avatar
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 ...
MaPePeR's user avatar
  • 983
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 ...
Peque's user avatar
  • 14.3k
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? ...
Silvia's user avatar
  • 269
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', ...
Kryptonous's user avatar
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 ...
ioannescox's user avatar
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 ...
Dan Fumosa's user avatar

1
2 3 4 5
17