Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently use _ in two-word class names | Paul Arthur | 2013-01-25 | 1 | -659/+0 |
| | |||||
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -11/+1 |
| | |||||
* | Mess around with ratings | Paul Arthur | 2013-01-23 | 1 | -8/+12 |
| | | | | | | | | | | Drop the public variables from the rating class; everyone should use the getters. Add the ability for themes and applications to distinguish between a user's actual rating and the global average rating; in the web interface the average shows up if a user hasn't rated something but at least one other user has. | ||||
* | Cosmetics: xmlData::songs | Paul Arthur | 2012-09-20 | 1 | -8/+4 |
| | |||||
* | Clean up xmlData::songs | Paul Arthur | 2012-03-01 | 1 | -32/+26 |
| | | | | | | | | | | Drop call to Song->format(); two of the values that we use are exposed via public getters anyway, and it's not particularly ugly to call Tag::get_top_tags instead of relying on Song to do that for us. Remove genre cruft. Based on a patch by lotan_rm in FS#215 | ||||
* | Clean up xmlData::tags_string | Paul Arthur | 2012-03-01 | 1 | -14/+14 |
| | | | | | | | Drop unused parameters. Make sure $tags is an array before we treat it as one. Correct count value. Based on a patch by lotan_rm in FS#215 | ||||
* | Add mbids and mode to the song xml response | Karl Vollmer | 2011-11-29 | 1 | -1/+5 |
| | |||||
* | Make the API return more data for songs | Paul Arthur | 2011-06-28 | 1 | -0/+2 |
| | |||||
* | Reset $attribute inside keyed_array loop. | Paul Arthur | 2011-04-26 | 1 | -1/+1 |
| | | | | Also avoids PHP warnings due to uninitialised variables. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -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. | ||||
* | modified comment for phpdoc | momo-i | 2011-02-21 | 1 | -2/+85 |
| | |||||
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | header comment for phpdoc | momo-i | 2011-02-03 | 1 | -2/+2 |
| | |||||
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -20/+41 |
| | |||||
* | Some more Art-related cleanup. Removing references to album_data, removing old | Paul 'flowerysong' Arthur | 2010-05-09 | 1 | -2/+2 |
| | | | | art methods from Album, etc. Should fix FS#76 | ||||
* | Resolved #39 - slightly differently then provided patch - Adds attribute ↵ | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -2/+9 |
| | | | | hack to keyd_array in xmlclass and video xspf support | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -250/+250 |
| | |||||
* | Cosmetics: use tabs for indentation, tweak some indentation/coding style. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -32/+32 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | sync of fix for #554 | Karl 'vollmerk' Vollmer | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | Fix xml response so offset is used even if limit is not reached | Karl 'vollmerk' Vollmer | 2009-11-18 | 1 | -6/+6 |
| | |||||
* | Sync to trunk | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -5/+7 |
| | |||||
* | fix url to song, and throw some non-working tag cloud crap in | Karl 'vollmerk' Vollmer | 2009-05-19 | 1 | -0/+3 |
| | |||||
* | api fixes, added librefm scrobbler (untested) and fixed minor error in ↵ | Karl 'vollmerk' Vollmer | 2009-05-18 | 1 | -3/+1 |
| | | | | header file with rtl vs ltr languages also removed dead RioPlayer plugin | ||||
* | some incomplete work cleaning up the api a bit | Karl 'vollmerk' Vollmer | 2009-05-17 | 1 | -0/+34 |
| | |||||
* | fix typo in video xml | Karl 'vollmerk' Vollmer | 2009-04-14 | 1 | -2/+2 |
| | |||||
* | add in the democratic methods (untested) | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -3/+56 |
| | |||||
* | fix typo causing height to not display on art retrival, update to db ↵ | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -1/+1 |
| | | | | allowing gc of tmp_browse, add extension to api album art image urls | ||||
* | fix tags in the api | Karl 'vollmerk' Vollmer | 2009-03-10 | 1 | -3/+3 |
| | |||||
* | add video data to the API and add missing count="X" value to tag information | Karl 'vollmerk' Vollmer | 2009-03-10 | 1 | -9/+40 |
| | |||||
* | add tags to the artist and album xml documents | Karl 'vollmerk' Vollmer | 2009-03-09 | 1 | -0/+24 |
| | |||||
* | implement tag information on song xml document for the api, and put back ↵ | Karl 'vollmerk' Vollmer | 2009-03-09 | 1 | -1/+10 |
| | | | | genre (first tag) for backwards compatiblity | ||||
* | maybe fix #404, unconfirmed implemented #405 other misc cleanup | Karl 'vollmerk' Vollmer | 2009-03-01 | 1 | -7/+6 |
| | |||||
* | first work on next db update, correct play_url() removing redundent path, ↵ | Karl 'vollmerk' Vollmer | 2009-03-01 | 1 | -2/+2 |
| | | | | fix democratic play clear | ||||
* | unify how the stream is constructed and played, this is a major change might ↵ | Karl 'vollmerk' Vollmer | 2009-02-28 | 1 | -3/+49 |
| | | | | be some regressions | ||||
* | added mimetype to XML for song objects | Karl 'vollmerk' Vollmer | 2009-01-25 | 1 | -0/+1 |
| | |||||
* | finished up the rss feed stuff for now playing, it is currently the only ↵ | Karl 'vollmerk' Vollmer | 2008-12-07 | 1 | -7/+10 |
| | | | | type that works, should conform to rss standards now | ||||
* | some work on the rss feed stuff | Karl 'vollmerk' Vollmer | 2008-12-06 | 1 | -3/+41 |
| | |||||
* | Fixed typo in playlist xml. | Kevin James 'purdyk' Purdy | 2008-12-02 | 1 | -1/+1 |
| | |||||
* | improved error messages for api, includes additional information on ↵ | Karl 'vollmerk' Vollmer | 2008-11-29 | 1 | -1/+0 |
| | | | | handshake failure, also translate the errors | ||||
* | add the ratings to the album and artist xml results, fixed a logic error on ↵ | Karl 'vollmerk' Vollmer | 2008-11-19 | 1 | -33/+14 |
| | | | | the api session extending | ||||
* | more cleanup, added numeric values of ratings to the song xml return | Karl 'vollmerk' Vollmer | 2008-11-15 | 1 | -0/+4 |
| | |||||
* | fixed lack of refresh when switching between localplay and other play methods | Karl 'vollmerk' Vollmer | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | implement xml error codes rather then relying on string parsing | Karl 'vollmerk' Vollmer | 2008-03-20 | 1 | -2/+3 |
| | |||||
* | stupid typo on the art xml doc | Karl 'vollmerk' Vollmer | 2008-03-17 | 1 | -1/+1 |
| | |||||
* | added a few more fields to the xml documents passed by the api and included ↵ | Karl 'vollmerk' Vollmer | 2008-03-17 | 1 | -0/+5 |
| | | | | install doc patch | ||||
* | add size to song xml | Karl 'vollmerk' Vollmer | 2008-03-14 | 1 | -0/+1 |
| | |||||
* | fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵ | Karl 'vollmerk' Vollmer | 2008-01-19 | 1 | -0/+4 |
| | | | | fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi | ||||
* | fixed registration, show edit song title issue and added limit to xml api | Karl 'vollmerk' Vollmer | 2008-01-10 | 1 | -1/+12 |
| | |||||
* | fixed opera playback, added playlist mojo to the xml api doodly, konqueror ↵ | Karl 'vollmerk' Vollmer | 2007-12-22 | 1 | -0/+35 |
| | | | | is still broken as is the API and XML-RPC stuff, also updated prototype.js |