Check-in [ace13f842d]
Comment: | Prepare next beta release 2.1.6 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ace13f842d2d2d0a790eca69899ddaaa |
User & Date: | mario on 2015-04-12 16:40:13 |
Other Links: | manifest | tags |
2015-04-12
| ||
18:02 | Optional plugin, retrieves raw Wiki content from Wiki.UbuntuUsers.de with country-grouped radio stations. (Will be bundled in another release.) check-in: 0f7bc40c16 user: mario tags: trunk | |
16:40 | Prepare next beta release 2.1.6 check-in: ace13f842d user: mario tags: trunk | |
16:39 | Fix NoneType concatenation (empty genre: entries) in cache search. check-in: 0116b55e34 user: mario tags: trunk | |
Modified Makefile from [3cf7df2f8f] to [a3c57111f8].
42 43 44 45 46 47 48 49 50 51 52 53 54 55 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | + | deb: $(PACK) $(OPTS) $(DEPS) -t deb -p "$(NAME)-VERSION.deb" st2.py rpm: $(PACK) $(OPTS) $(DEPS) -t rpm -p "$(NAME)-VERSION.rpm" st2.py bin: $(PACK) $(OPTS) $(DEPS) -t tar -p "$(NAME)-VERSION.bin.txz" st2.py pyz: #@BUG: relative package references leave a /tmp/doc/ folder $(PACK) -u preprocess=py -DPKG_PYZ -s src -t zip -p ".pyz" --prefix=./ --verbose -f .zip.py st2.py echo "#!/usr/bin/env python" | cat - ".pyz" > "$(NAME)-$(VERSION).pyz" chmod +x "$(NAME)-$(VERSION).pyz" ; rm ".pyz" exe: $(PACK) $(OPTS) $(DEPS) -t exe -p "$(NAME)-VERSION.exe" st2.py src: cd .. && pax -wvJf streamtuner2/streamtuner2-$(VERSION).src.txz \ |
Modified NEWS from [8c10c52fe2] to [a0d6921f10].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | + + + + + + + + + + + + + | 2.1.6 (2015-04-13) * The action module has been completely restructured. It now supports playlist rewriting, better heuristics, XSPF, JSPF, ASX, SMIL formats. * Along with that a category playlist export function was bundled, and the Save-As dialog reworked. * A new SomaFM channel was bundled, and user agent switcher plugin added. * Fixes for the bookmarks channel, cache search, plugin lookup code were applied. * Startup is faster again, but plugins now initialize on selection first. Which makes the category association exacter after restarts. * More code cleanup and restructuring, GUI updates, command line flag handling. Still a beta release. 2.1.5 (2015-04-05) - This is a beta release, with lots of cleanups and various bugfixes. - Adds a self-contained PYZ package, which Python can run directly. - Now fully utilizes the plugin meta data scheme for default settings, discovery, and to reduce internal complexity. - A new channel plugin for "Radio-Browser.info" has been bundled. - Another plugin for interfacing with "RadioTray" was introduced, to |
Modified gtk3.xml.gz from [bbdcf20e16] to [92a86044e1].
cannot compute difference between binary files
Modified releases.json from [d17156b65c] to [f83fd7a047].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + + - - - - + + + + + + + + + + + + + | { "name": "streamtuner2", "title": "streamtuner2", "description": "Streamtuner2 is an internet radio browser. It utilizes various directory services like Shoutcast, Xiph, InternetRadio, SurfMusik, MyOggRadio, iCast, or Jamendo and Youtube to present categorized streaming stations. It chains to installed audio players like Audacious or VLC, uses streamripper for recording, but also allows bookmarking, exporting and easy searching.", "homepage": "http://milki.include-once.org/streamtuner2/", "license": "Public Domain", |