summaryrefslogtreecommitdiffstats
path: root/lib/class/song.class.php
Commit message (Expand)AuthorAgeFilesLines
* GH #49 - Add support for aacp transcodingPaul Arthur2013-09-201-0/+3
* Unify debugging output to a single filePaul Arthur2013-05-271-1/+1
* Clean up Song->_get_info() and constructorPaul Arthur2013-05-131-21/+21
* Make remote catalogs actually workPaul Arthur2013-03-281-0/+62
* Some cleanup of play URL handlingPaul Arthur2013-02-071-25/+1
* Cosmetics: death to tabsPaul Arthur2013-01-261-907/+907
* Move [un]format_bytes() from general.lib.php to UIPaul Arthur2013-01-261-1/+1
* Continue moving things into UIPaul Arthur2013-01-261-3/+3
* Move Catalog::get_disabled() to SongPaul Arthur2013-01-261-0/+21
* Move clean functions into their respective classesPaul Arthur2013-01-251-0/+9
* Move duplicate searching from Catalog to SongPaul Arthur2013-01-251-0/+57
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-17/+1
* Rework transcodingPaul Arthur2013-01-231-78/+55
* Switch from print_r to json_encode in debug outputPaul Arthur2012-11-131-1/+1
* FS#249 - SQL error for iAmpache clientPaul Arthur2012-09-201-0/+3
* Cosmetics: Song::build_cachePaul Arthur2012-09-201-16/+20
* Support setting a custom format for the rss feedPaul Arthur2012-04-131-0/+1
* Add Art cache to the caches built by Song::build_cachePaul Arthur2012-03-011-0/+1
* Avoid unnecessary work in Song::play_urllotan_rm2012-03-011-3/+1
* Remove unused metadata functions from Song classPaul Arthur2011-05-031-47/+0
* Fix forced transcoding. FS#1633.6-alpha1Paul Arthur2011-04-211-13/+24
* Set the correct variable.Paul Arthur2011-04-111-3/+3
* Transcoding/streaming cleanup.Paul Arthur2011-04-081-15/+19
* Clean up some PHPDoc crapPaul Arthur2011-04-041-9/+0
* 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/+44
* Use a function to format bytes -> human-readable sizes. Also bump catalog buildPaul 'flowerysong' Arthur2010-10-151-1/+1
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-13/+13
* Pad track number with zeros, like the doc says. Fixes FS#58, reported by Ada...Paul 'flowerysong' Arthur2010-04-151-2/+2
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-264/+264
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-26/+26
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
* Fix recently played, > where it should have been >=Karl 'vollmerk' Vollmer2010-02-231-1/+1
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-141-5/+2
* Adding the bandwidth option to the preferences. This changes the complexity o...martian2010-02-091-4/+7
* Remove Dba::query from a few more classesKarl 'vollmerk' Vollmer2009-12-141-8/+8
* add MBID support Thx flowerysongKarl 'vollmerk' Vollmer2009-06-021-3/+15
* fix url to song, and throw some non-working tag cloud crap inKarl 'vollmerk' Vollmer2009-05-191-1/+1
* make the parse_song_url a little cleaner, see if that straitens her up untestedKarl 'vollmerk' Vollmer2009-05-131-3/+5
* sync stats fix from 3.5 branchKarl 'vollmerk' Vollmer2009-05-061-0/+1
* tweaked fix for rss feed, makes it a little cleaner, fix custom port issue ad...Karl 'vollmerk' Vollmer2009-04-131-2/+2
* fixed recently played songs having incorrect information on non-unique entrie...Karl 'vollmerk' Vollmer2009-03-291-0/+1
* add tags to the artist and album xml documentsKarl 'vollmerk' Vollmer2009-03-091-6/+0
* implement tag information on song xml document for the api, and put back genr...Karl 'vollmerk' Vollmer2009-03-091-0/+8
* fixed catalog functions and corrected negative value cachingKarl 'vollmerk' Vollmer2009-03-081-4/+4
* fix typoKarl 'vollmerk' Vollmer2009-03-011-1/+1
* first work on next db update, correct play_url() removing redundent path, fix...Karl 'vollmerk' Vollmer2009-03-011-1/+1
* unify how the stream is constructed and played, this is a major change might ...Karl 'vollmerk' Vollmer2009-02-281-42/+10
* added localplay controls to api in addition to added/updated filtersKarl 'vollmerk' Vollmer2009-02-251-1/+1