Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fossfreedom/countdown-playlist
Rhythmbox v2.9x plugin to create playlists from your music collection using keywords for a defined duration
https://github.com/fossfreedom/countdown-playlist
Last synced: 3 days ago
JSON representation
Rhythmbox v2.9x plugin to create playlists from your music collection using keywords for a defined duration
- Host: GitHub
- URL: https://github.com/fossfreedom/countdown-playlist
- Owner: fossfreedom
- License: gpl-3.0
- Created: 2012-07-11T19:44:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T21:13:08.000Z (about 10 years ago)
- Last Synced: 2024-11-10T02:58:49.243Z (about 2 months ago)
- Language: Python
- Size: 179 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
countdown-playlist
==================##GTK3 Author
- fossfreedom , website - https://github.com/fossfreedom
[![Flattr Button](http://api.flattr.com/button/button-compact-static-100x17.png "Flattr This!")](https://flattr.com/thing/1237141/fossfreedomcountdown-playlist-on-GitHub "fossfreedom") [![paypaldonate](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KBV682WJ3BDGL)
------------
1. DESCRIPTION
Rhythmbox v2.96 and later plugin to create playlists from your music collection using keywords for a defined duration2. INSTALLATION
git clone https://github.com/fossfreedom/countdown-playlist
cd countdown-playlistfor rhythmbox versions 2.96 - 2.99.1
./install.sh
for rhythmbox version 3.0 and later
./install.sh --rb3
Open Rhythmbox:
Edit -> Plugins
Check Enabled next to Countdown Playlist3. USE
Add any keywords in the countdown-playlist window
Separate keywords using commas!
Leave the keyword box blank to use all the music in your library
Give an amount of time using the Hour, Min, Sec boxes
Click OK to generate and the music will begin playing shortly!4. BUGS AND SUGGESTIONS
Find a bug? Have a suggestion? Throw an issue via Git or try to fix the bug yourself.
Don't forget to push the git to master. Thanks.5. COPYRIGHT
Copyright fossfreedom , 2012
This is a derivative of software originally created by
Larry Price , 2011-2012
This program is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .