Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marekq/drag-n-drop-podcast
index the mp3's you have on your server and create an rss feed for your tracks
https://github.com/marekq/drag-n-drop-podcast
Last synced: about 6 hours ago
JSON representation
index the mp3's you have on your server and create an rss feed for your tracks
- Host: GitHub
- URL: https://github.com/marekq/drag-n-drop-podcast
- Owner: marekq
- Created: 2012-04-09T17:15:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-03T19:46:12.000Z (over 11 years ago)
- Last Synced: 2025-01-09T23:24:36.440Z (6 days ago)
- Language: Python
- Homepage: www.marek.asia
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
INTRODUCTION
The 'rss.py' program can create an RSS overview of music in your current directory and the directories below. This means that you can copy/paste your music and let the program take care of all the XML tags in the RSS feed. I use this to keep an update collection of my music across all my devices, but it is also very useful to quickly share music without the use of cables (I'm looking at you, iPhone).
Make sure not to share copyrighted content and/or to set your IP filtering correctly :-)
REQUIREMENTS
- A webserver (public/private)
- Music (the folder layout is irrelevant)
- Configuration of variables in 'cfg.py'
- Podcast software that can accept RSS feeds (everything except for iTunes seems to work, I'm using Banshee on Ubuntu and Downcast on iPhone myself)EXAMPLES
An example output can be found in 'example.xml'
INSTALL
The script has been tested under Debian and Ubuntu. Clone the Git repository, set the options in the config.py and run the rss.py program in the root of your music folder. The generated XML file which you can use with RSS will appear in your folder. PROTIP; add a cronjob that runs the program periodically so that the RSS reflects the contents of the directory.
FUTURE WORK
Optimize the tags that are given and add support for other types of files.
CONTACT
Marek Kuczynski
[email protected]
www.marek.asia