summaryrefslogtreecommitdiffstats
path: root/lib/class/radio.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Add $target backPaul Arthur2013-01-311-1/+1
| | | | No being lazy for us. interfaces are interfaces, not abstract classes.
* Cosmetics: death to tabsPaul Arthur2013-01-261-144/+144
| | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-11/+1
|
* Rework transcodingPaul Arthur2013-01-231-11/+9
| | | | | | | | Remove some of the roundabout complexity that had built up. Push people toward using a single, flexible tool for most of their transcoding needs. Increase backend and configuration flexibility to support user-requested format changes (e.g. for an HTML5 player); this functionality is not yet exposed.
* Switch from _() to T_()Paul Arthur2012-04-121-6/+6
| | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function.
* Fixed messages translatable.momo-i2011-12-271-1/+1
|
* Fixed messages translatable.momo-i2011-12-271-10/+5
|
* Clean up some PHPDoc crapPaul Arthur2011-04-041-9/+0
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* header comment for phpdocmomo-i2011-02-031-1/+1
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-19/+40
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-83/+83
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* whole bunch more Dba::query replacementsKarl 'vollmerk' Vollmer2009-12-141-3/+3
|
* allow additional stream url typesKarl 'vollmerk' Vollmer2009-04-301-3/+16
|
* unify how the stream is constructed and played, this is a major change might ↵Karl 'vollmerk' Vollmer2009-02-281-11/+42
| | | | be some regressions
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-23/+2
|
* fixed the live stream stuff, and removed references to the genre stuff, and ↵Karl 'vollmerk' Vollmer2008-08-241-14/+3
| | | | replaced it with tag
* make the live stream add work again by removing genre needs to get tag ↵Karl 'vollmerk' Vollmer2008-06-181-14/+2
| | | | added, but I can do that later
* fixed rating display and rating advanced search, also allow new genre when ↵Karl 'vollmerk' Vollmer2008-04-211-1/+6
| | | | adding radio station
* - Added ability to delete radio and playlistKarl 'vollmerk' Vollmer2007-09-251-0/+15
| | | | | | | - Tweaked Classic CSS to fix issue with larger fonts - Fixed some javascript update issues due to quoting on the catalog processes - Fixed display of the MOTD
* made localplay technically work, lots of work to still doKarl 'vollmerk' Vollmer2007-09-201-0/+10
|
* editing a live stream works now, added confirmation to live stream creation ↵Karl 'vollmerk' Vollmer2007-07-231-0/+47
| | | | and also tweaked the create page to be slightly less wordy
* - Added Live Stream (Internet Radio) supportKarl 'vollmerk' Vollmer2007-07-231-0/+148
- New Database Update corrects some issues and makes internet radio possible - Fixed ratings - Added new Transcode preference, doesn't do anything yet - New "Radio Stations" browse type