Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-k-b/xspfshuffler
Take 3 specific playlists, output 1 pseudorandomly ordered playlist.
https://github.com/r-k-b/xspfshuffler
Last synced: about 1 month ago
JSON representation
Take 3 specific playlists, output 1 pseudorandomly ordered playlist.
- Host: GitHub
- URL: https://github.com/r-k-b/xspfshuffler
- Owner: r-k-b
- Created: 2013-02-17T03:23:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-11T10:00:52.000Z (over 11 years ago)
- Last Synced: 2023-03-23T12:04:56.018Z (almost 2 years ago)
- Language: Python
- Size: 299 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xspfShuffler
Designed to take in 3 playlists, and output one playlist consisting of
the 3 input playlists joined in a certain order.Mostly for the purpose of creating a 'TV-like' experience from a
collection of long, medium, and short videos. (i.e., 'Programmes',
'ad breaks', and 'interstitials').Designed specifically for VLC Media Player[1] and the .xspf[2] playlist file.
Useful spec info at wiki.videolan.org/XSPF[3].[1]: http://videolan.org
[2]: http://xspf.org/
[3]: http://wiki.videolan.org/XSPF## Author
[email protected]## Licence
Note to Self: research and decide on a licence.