Tagged Questions
The playlists tag has no wiki summary.
2
votes
1answer
2k 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, ...
2
votes
2answers
958 views
How can I programmatically add playlists or views to iTunes?
Is there a way to programmatically interface with iTunes to add new playlists or smart views?
For example, say I download 10 new mp3 files from a website, is there a way of programmatically adding ...
0
votes
0answers
14 views
How can I automate in Wordpress a video player that has a thumbnail & HTML description?
Basically I am in need of a video solution that allows for thumbnails (in some sort of jQuery carousel), a video playback area and a custom HTML area. Almost like using playlists I guess. Would XML be ...
0
votes
0answers
26 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 ...
0
votes
1answer
62 views
Spotify apps: Listen for “Subscribe” event on a Playlist
Is there any way to be notified if a user subscribe/unsubscribe to a playlist?
Ideally I want to be able to do something like this:
var sp = getSpotifyApi(1);
var models = ...
0
votes
0answers
23 views
Retrieve all videos added to all playlists by YouTube user
I've hit a wall with the way I would like to use the YouTube data API. I have a user account that is trying to act as an 'aggregator', by adding videos from various other channels into one of about 15 ...
0
votes
3answers
216 views
Spotify Apps API: Library-class won't return users Playlists
I'm trying to get an array containing all Playlists in the users Library (http://developer.spotify.com/download/spotify-apps-api/reference/dcdebc652c.html).
No problems with the other class ...
0
votes
0answers
56 views
Issue with performing relogin and retrieving playlist root container (libspotify 9.1.32 / armv7 build)
I have problem retrieving the root playlist container after having performed re-login (with remembered user credentials). I.e., the call to sp_session_relogin returns SP_ERROR_OK, but calling ...
0
votes
1answer
249 views
Dynamic Server-Side Playlists in Silverlight
I'm trying to generate dynamic video playlists for Silverlight, to be able enable playback from several diffent video files.
E.g. I need to tell Silverlight to play 10 seconds of video 1, starting at ...
0
votes
3answers
848 views
Accessing playlist on iPod
I've written a little program that reads and converts my local playlists from the iTunes xml (some more background on my blog: Reading the Playlists from the iTunes Library XML).
Now I want to do ...