Home / 0.2.x
Name Modified Size InfoDownloads / Week
Parent folder
radiorecorder_0.2.5.tar.gz 2015-12-24 645.7 kB
README.txt 2015-12-24 6.1 kB
radiorecorder_0.2.4.tar.gz 2012-11-25 647.6 kB
radiorecorder_0.2.3.tar.gz 2012-07-14 608.3 kB
radiorecorder_0.2.02.tar.gz 2012-02-12 553.1 kB
radiorecorder_0.2.01.tar.gz 2011-11-30 554.3 kB
Totals: 6 Items   3.0 MB 0
Radiorecorder Web GUI is a PHP based web interface to schedule record jobs for streamripper.
The software has been tested with Debian GNU/Linux and requires 'streamripper' and 'at'.
If you want to use repeating recordings you will also need PHP CLI (http://www.php-cli.com/).

Many thanks to anbr for bringing ExtJS to this project!

Use this software at your own risk!!! It is published under the GPL.
Project Details: https://sourceforge.net/projects/radiorecwebgui/

### INSTALL ###
You need a webserver (e.g. apache2) to run the Radiorecorder Web GUI. It has only been testet on Linux environments.
If you want to use it on a Windows machine check the usage of the 'at' command there and change the source code
if necessary.

- Unzip the radiorecorder.zip file into your desired directory (e.g. /var/www) and make it available for your webserver.
- Change radiorecorder/res/streams.txt and insert some radio stations here.
- Edit radiorecorder/settings.php and set your desired settings here.
- Make sure that 'streamripper' and 'at' are installed at your system and that the user who is running your webserver
  (usually 'www' or 'www-data') is allowed to use 'at' (see at.deny and at.allow). Please think about what you
  are doing by activating this command for the webserver user and decide if this is ok for your security requirements
  and other related topics.
  Further information about at can be found here: http://linux.about.com/library/cmd/blcmdl1_at.htm
- Additionally this user needs the permission to read/access all files and directories within radiorecorder and to
  write to the folder 'radiorecorder/log' and to the file 'radiorecorder/res/jobstore.db'.
- If you want to use repeating recordings please install PHP CLI on your system! (If you do not want to install PHP CLI
  you are still able to use radiorecorder web GUI, but please keep your fingers away from the repeating recording
  checkboxes in this case ...)

### UPDATE from version 0.2.3 ###
- Save your current installation in case anything goes wrong!
- Keep your settings ind radiorecorder/res. Update all other files.


  
### UPDATE from version 0.1.xx ###
- Save your current installation in case anything goes wrong!
- Follow the installation instructions above
- Copy all your saved files from radiorecorder/res into the new installation. Be sure to add possibly new setting entries
  into your radiorecorder/res/settings.php (compare your current version with the new version delivered). 

  
### Release Notes ###
0.2.5 (24.12.2015)
- Make frame and columns settings stateful
- Bugfix: Translate loading message
- Bugfix: Support freebsd

0.2.4 (25.11.2012)
- Update javascript-framework to extjs-4.1.1
- Bugfix: Reduce file operation (open file once only, lock operations)
- Bugfix: Use same sorting of columns for datepicker

0.2.3 (14.7.2012)
- New Feature: Allow drag'n'drop to reorder streams
- Bugfix: Wrong calculate following recording day
- Bugfix: Don't write empty lines into res/jobstore.db, res/streams.txt (on remove entry)
- Bugfix: Reenable instant recordings

0.2.02 (12.02.2012):
- New Feature: Show and highlight current running recordings in joblist (font color blue)
- Bugfix: Repeating record jobs could get lost
- New Setting: logThreshold -> set the loglevel you like
- Little bugfixes and improvements

0.2.01 (30.11.2011):
- Modern GUI, powerd by ExtJS (many thanks to anbr for his great work)
- Improved possibilities to manage recordings and stations
- Possibility to call a system command after each finished recording

______________________________________________________________________________________________________________________________

0.1.06 (04.04.2011):
- New Feature: Repeating downloads: Decide on which days you want to repeat a sheduled record. 
	This produces repetition records until you delete the entry from your recording list.
- New Feature: Possibility to add the recording date as prefix to the filename if you have provided a filename for a recording
	This can be done as global setting for all recordings done by radiorecorder web GUI
	
______________________________________________________________________________________________________________________________	

0.1.05 (02.10.2010):
- Bugfix: Now allowing recordings in October, too   ;-)
- Bugfix: Accurate formatting for server time
- New Feature: Implemented sorting table for recording overview: 
	Click on a header column to sort all entries by the values in this column 
	Click again to change the sort order
- New Feature: Add the ':' character automatically when entering time and duration

______________________________________________________________________________________________________________________________

0.1.04 (22.01.2010):
- Bugfix: Automatic track detection is available again
- New Feature: New setting $defaultStreamripperParams to add streamripper params to all stations (e.g. encoding settings). This setting
  will affect all recordings created with the new version. Previous sheduled recordings will be done without this settings.
- New Feature: Possibility to add streamripper parameter to specific streams in res/streams.txt (see packed example streams.txt
  for more details)

______________________________________________________________________________________________________________________________

0.1.03 (10.01.2010):
- New Feature: New setting $locale to enable filenames using a specific locale (e.g. de_DE.UTF-8 to enable german umlauts in filenames)
  (The provided locale has to be installed at your system!)

______________________________________________________________________________________________________________________________

0.1.02 (03.01.2010):
- Bugfix for JavaScript Calendar
- New Feature: Possibility to name the recorded file

Known Bugs: Do not use umlauts (and perhaps other special characters) for the filenames. Jobs with such names will not be recorded!

______________________________________________________________________________________________________________________________

0.1.01 (30.12.2009):
- First alpha release
  
Source: README.txt, updated 2015-12-24