Martin Konecny
2ad7e78e10
CC-1665: Scheduled stream rebroadcasting and recording
...
-initial prototype
2012-07-26 14:41:39 -04:00
denise
f3b925daa2
CC-3412: Icecast stream name not defined
...
-done
2012-06-12 17:08:36 -04:00
Martin Konecny
dc789b808d
CC-3852: Liquidsoap source.skip just skip current item in the queue instead of all the items in the queue
...
-replace queue.ignore with queue.remove
2012-05-18 18:11:51 -04:00
Martin Konecny
86282a8d8a
CC-3699: Calls to system() function from our Liquidsoap script are blocking
...
-fixed
2012-04-22 12:01:40 -04:00
James
7a983b52ed
CC-3641: Stream Transition: When a song is added to the for the first time
...
, the transition fade effects fade in
- fixed
2012-04-13 13:25:40 -04:00
James
f82aef2a85
CC-3566: Preferences->"Fade In" is not respected when Show starts
...
- millisecond value of fade was sent wrong from php side.
- crossfade() call was removed and it was causing fade in/out not working.
2012-04-11 12:27:41 -04:00
Martin Konecny
24262d5ed5
cc-3521: remove 2 second delay
2012-03-27 15:34:56 -04:00
Martin Konecny
654ff76ea4
CC-3399: Use VBR instead of CBR for Vorbis (OGG) audio streams
...
-Done
2012-03-27 15:33:44 -04:00
Martin Konecny
d83267e6dc
-remove crossfade function from ls scripts since it wasn't doing anything.
2012-03-27 15:16:58 -04:00
James
f41ebbe7a7
CC-3521: Live Stream: Remove 2 second scilence when transition happens
...
- reduced the blank duration to 0.1 sec
2012-03-26 18:56:28 -04:00
James
6b768c2f99
CC-3483: Live Stream: default fade in/out for live stream transition
...
- done. changing fade value doesn't require LS to restart
2012-03-20 22:16:17 -04:00
James
4eefc05366
CC-3427: Live Stream: Ability to switch off Scheduled Play
...
- done
2012-03-14 14:43:10 -04:00
James
f193047a1c
CC-3367: Display in Now Playing whether Live DJ stream and Live Master stream
...
are connected and give user the ability to block those streams
- added stream source switch interface
- backend code
2012-03-14 14:43:10 -04:00
Martin Konecny
eadf68cb61
CC-3318: When changing stream settings (Liquidsoap + Pypo restart), sometimes Airtime does not resume playback
...
-fixed
2012-02-10 18:43:40 -05:00
james
c9c6a08a1c
CC-3220: Stream Setting: Status box is stuck on waiting if nothing is
...
changed and click save
- done
- liquidsoap_update_error and liquidsoap_update_connection functions are
combined into one function, liquidsoap_update_status, in various place
- created various telnet commands in liquidsoap( connection check for each
stream, connection status for all streams)
- In liquidsoap, shoutcast stream doesn't use default id. It is more
informative by using id with "shoutcast_stream_#{stream_number}
2011-12-24 10:59:09 -05:00
James
9c65bfeba7
CC-3131: Latency of stream authentication warning in Stream Settings page
...
- it compares boot time of liquidsoap and the time user clicks on "Save"
on stream setting page. The status only gets updated if the
"boot_time" > "user update time"
- as soon as a user click on save, status is set to "wating"
- since there is no timing issue, quering interval is reduced to 1 sec
2011-11-29 20:15:38 -05:00
James
6b7d7646c9
CC-3062: Stream Setting: Status box is not working for shoutcast
...
- fixed. added on_error and on_connect callback to shoutcast()
2011-11-18 11:18:35 -05:00
James
efbd2f53d0
CC-2745: Show status of liquidsoap/icecast connection on Stream
...
Settings page
- temp commit
2011-10-11 14:40:30 -04:00
James
d8c6b722ac
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-10-11 10:00:39 -04:00
Martin Konecny
8fe10830d5
-fixed on-air light not working.
2011-10-11 13:36:07 +02:00
james
d3833f9a32
CC-2745: Show status of liquidsoap/icecast connection on Stream Settings
...
page
- initial commit
2011-10-10 20:14:27 -04:00
martin
b0f6f1e39b
CC-2925: Airtime scripts broken with Liquidsoap 1.0 pre-release
...
-fixed
-also updated the liquidsoap library scripts
2011-10-04 13:50:03 -04:00
martin
15f91ca0e1
CC-2838: Character encoding errors with telnet'ing show name to Liquidsoap
...
-enforce UTF-8
2011-09-18 19:39:36 -04:00
James
39b688c256
CC-2661: Uptrade script for stream config feature
...
- codes for conserving user's liquidsoap.cfg and porting into new stream
setting config.
- extra fix: fixed a bug with shoutcast(default value has to be set for
some variables)
2011-09-01 16:02:06 -04:00
James
58837ff89b
CC-2706: Streams should have a username field
...
- adding "User" field on stream setting form
- change key name from "output_s1" to "s1_output" format to be consistent
- changed order of inserting in default.sql file
- hiding username field on shoutcast selection
- liquidsoap and pypo takes care of user field input
2011-08-24 17:13:56 -04:00
James
a73612afd2
CC-2607: Ability to adjust stream bitrate,type,etc from the UI interface
...
- Modified "Descriptioin" to "Name/Description"
- mount point is not append with extension anymore
- fix on auto generated stream url
- name is used in shoutcast
2011-08-19 16:35:23 -04:00
James
cf55e92aa3
CC-2607: Ability to adjust stream bitrate, type, etc from UI
...
- removed debug code from NowPlayingController
- New Form for streamsetting
- Action created in PreferenceController
2011-08-18 13:53:12 -04:00
James
4125f83ae7
CC-2590: Make bitrate for liquidsoap adjustable, support multiple
...
stream
- done
2011-08-11 14:43:45 -04:00
james
3dca3fd800
CC-2590: support multiple stream on liquidsoap
...
- temp commit
2011-08-10 18:04:48 -04:00
martin
9cfec2c8ef
-reorganized/cleaned up python_apps/pypo directory.
2011-06-14 14:37:09 -04:00