Skip to content

Releases: yomguy/DeeFuzzer

0.8.2

11 Jan 20:20
Compare
Choose a tag to compare
bump to 0.8.2

0.8.1

12 Jun 08:28
Compare
Choose a tag to compare
  • Upgrade modules

0.8.0

12 Jun 08:28
Compare
Choose a tag to compare
  • Full python3 support
  • Updated python-shout module

0.7.2

16 Jul 11:14
Compare
Choose a tag to compare
  • Add MySQL module and connection routine to get the playlist from a database (thanks to doomy23)
  • Prepare the Python3 switch
  • Tested against libshout 2.3.1 & 2.4.1 and python-shout 0.2.5
  • As been used in relay mode in production for almost 5000+ hours
  • Improve conf YAML format support

0.7.1

18 Feb 16:03
Compare
Choose a tag to compare
  • Bugfix release
  • Fix no metadata for stream-m relaying

0.7 is out!

30 Jan 23:48
Compare
Choose a tag to compare
  • Huge refactoring which should be compatible with old setups, but before updating please read the updated example and the following news.
  • Reworked the RSS feed handling to allow JSON output as well and more configuration options (@achbed #27 #28)
  • Add an init.d script to act as a deamon (@achbed)
  • Add stationdefaults preference (apply default settings to all stations) (@achbed #31)
  • Add stationfolder preference (generate stations automatically from a folder structure) (@achbed #31)
  • Add stationconfig preference (load other preference files as stations) (@achbed #31)
  • Add new station.server.appendtype option
  • Add new base_dir parameter to station definition
  • Better thread management (@achbed #36 #37 #38)
  • Improved stability avoiding crashes with automatic station restart methods (@achbed #39 #45)
  • Added option (ignoreerrors) to log and continue when an error occurs during station initialization (@achbed #43)
  • Cleanup, better documentation and good ideas (@ChoiZ #15 #16 #17 #23)
  • Various bugfixes
  • Many thanks to all participants and especially to @achbed for his huge work, efficiency and easy collaboration

Enjoy!

Also on pypi: https://pypi.python.org/pypi?:action=display&name=DeeFuzzer&version=0.7

0.6.6

03 Feb 13:28
Compare
Choose a tag to compare
  • Update station name (remove ": http://url")
  • Update mountpoint name (remove .mp3 or .ogg)
  • Update metadata (replace " : " by " - " between Artist and Track)
  • Remove "ogg_quality" on mp3 streams

0.6.5-2

03 Feb 13:30
Compare
Choose a tag to compare

bugfix release

0.6.5-1

03 Feb 13:29
Compare
Choose a tag to compare
  • Stable WebM live streaming through Stream-m server
  • Read yaml configuration files
  • Read m3u playlist files
  • Minor fixes