summaryrefslogtreecommitdiffstats
path: root/lib/class/xmldata.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Consistently use _ in two-word class namesPaul Arthur2013-01-251-659/+0
|
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-11/+1
|
* Mess around with ratingsPaul Arthur2013-01-231-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::songsPaul Arthur2012-09-201-8/+4
|
* Clean up xmlData::songsPaul Arthur2012-03-011-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_stringPaul Arthur2012-03-011-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 responseKarl Vollmer2011-11-291-1/+5
|
* Make the API return more data for songsPaul Arthur2011-06-281-0/+2
|
* Reset $attribute inside keyed_array loop.Paul Arthur2011-04-261-1/+1
| | | | Also avoids PHP warnings due to uninitialised variables.
* 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.
* modified comment for phpdocmomo-i2011-02-211-2/+85
|
* header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* header comment for phpdocmomo-i2011-02-031-2/+2
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-20/+41
|
* Some more Art-related cleanup. Removing references to album_data, removing oldPaul 'flowerysong' Arthur2010-05-091-2/+2
| | | | art methods from Album, etc. Should fix FS#76
* Resolved #39 - slightly differently then provided patch - Adds attribute ↵Karl 'vollmerk' Vollmer2010-03-211-2/+9
| | | | hack to keyd_array in xmlclass and video xspf support
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-250/+250
|
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-32/+32
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* sync of fix for #554Karl 'vollmerk' Vollmer2009-11-191-1/+1
|
* Fix xml response so offset is used even if limit is not reachedKarl 'vollmerk' Vollmer2009-11-181-6/+6
|
* Sync to trunkKarl 'vollmerk' Vollmer2009-11-141-5/+7
|
* fix url to song, and throw some non-working tag cloud crap inKarl 'vollmerk' Vollmer2009-05-191-0/+3
|
* api fixes, added librefm scrobbler (untested) and fixed minor error in ↵Karl 'vollmerk' Vollmer2009-05-181-3/+1
| | | | header file with rtl vs ltr languages also removed dead RioPlayer plugin
* some incomplete work cleaning up the api a bitKarl 'vollmerk' Vollmer2009-05-171-0/+34
|
* fix typo in video xmlKarl 'vollmerk' Vollmer2009-04-141-2/+2
|
* add in the democratic methods (untested)Karl 'vollmerk' Vollmer2009-03-151-3/+56
|
* fix typo causing height to not display on art retrival, update to db ↵Karl 'vollmerk' Vollmer2009-03-151-1/+1
| | | | allowing gc of tmp_browse, add extension to api album art image urls
* fix tags in the apiKarl 'vollmerk' Vollmer2009-03-101-3/+3
|
* add video data to the API and add missing count="X" value to tag informationKarl 'vollmerk' Vollmer2009-03-101-9/+40
|
* add tags to the artist and album xml documentsKarl 'vollmerk' Vollmer2009-03-091-0/+24
|
* implement tag information on song xml document for the api, and put back ↵Karl 'vollmerk' Vollmer2009-03-091-1/+10
| | | | genre (first tag) for backwards compatiblity
* maybe fix #404, unconfirmed implemented #405 other misc cleanupKarl 'vollmerk' Vollmer2009-03-011-7/+6
|
* first work on next db update, correct play_url() removing redundent path, ↵Karl 'vollmerk' Vollmer2009-03-011-2/+2
| | | | fix democratic play clear
* unify how the stream is constructed and played, this is a major change might ↵Karl 'vollmerk' Vollmer2009-02-281-3/+49
| | | | be some regressions
* added mimetype to XML for song objectsKarl 'vollmerk' Vollmer2009-01-251-0/+1
|
* finished up the rss feed stuff for now playing, it is currently the only ↵Karl 'vollmerk' Vollmer2008-12-071-7/+10
| | | | type that works, should conform to rss standards now
* some work on the rss feed stuffKarl 'vollmerk' Vollmer2008-12-061-3/+41
|
* Fixed typo in playlist xml.Kevin James 'purdyk' Purdy2008-12-021-1/+1
|
* improved error messages for api, includes additional information on ↵Karl 'vollmerk' Vollmer2008-11-291-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' Vollmer2008-11-191-33/+14
| | | | the api session extending
* more cleanup, added numeric values of ratings to the song xml returnKarl 'vollmerk' Vollmer2008-11-151-0/+4
|
* fixed lack of refresh when switching between localplay and other play methodsKarl 'vollmerk' Vollmer2008-05-081-1/+1
|
* implement xml error codes rather then relying on string parsingKarl 'vollmerk' Vollmer2008-03-201-2/+3
|
* stupid typo on the art xml docKarl 'vollmerk' Vollmer2008-03-171-1/+1
|
* added a few more fields to the xml documents passed by the api and included ↵Karl 'vollmerk' Vollmer2008-03-171-0/+5
| | | | install doc patch
* add size to song xmlKarl 'vollmerk' Vollmer2008-03-141-0/+1
|
* fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵Karl 'vollmerk' Vollmer2008-01-191-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 apiKarl 'vollmerk' Vollmer2008-01-101-1/+12
|
* fixed opera playback, added playlist mojo to the xml api doodly, konqueror ↵Karl 'vollmerk' Vollmer2007-12-221-0/+35
| | | | is still broken as is the API and XML-RPC stuff, also updated prototype.js