summaryrefslogtreecommitdiffstats
path: root/lib/class/album.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Album Art (folder.jpg images) #318 (Thx imigueldiaz)momo-i2008-10-221-1/+2
|
* simplify code, remove large if else statementKarl 'vollmerk' Vollmer2008-09-031-28/+28
|
* (no commit message)momo-i2008-09-031-22/+28
|
* remove lib/album.lib.php and move its two functions into album class, ↵Karl 'vollmerk' Vollmer2008-08-311-0/+99
| | | | corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules)
* added "extra" caching for the album objectKarl 'vollmerk' Vollmer2008-08-081-1/+24
|
* fixed the albums/artists I broke a few revs ago and sync of the download ↵Karl 'vollmerk' Vollmer2008-07-151-5/+1
| | | | stats fix from branch
* make the disabled songs link show something, need to make a custom view for ↵Karl 'vollmerk' Vollmer2008-07-141-27/+1
| | | | that as the song one i not really valid, also played around with the caching a bit
* show the top 2 tags on songs, sync fixes from /branches/3.4 improved caching ↵Karl 'vollmerk' Vollmer2008-05-261-1/+1
| | | | on song object
* made the cataloging process gather genre and use it as a tag, browse genre ↵Karl 'vollmerk' Vollmer2008-05-191-0/+1
| | | | also removed
* fix typo also tweak the localplay controllers so they update the active ↵Karl 'vollmerk' Vollmer2008-05-181-1/+1
| | | | instance correctly
* sync to trunkKarl 'vollmerk' Vollmer2008-05-181-1/+2
|
* added in some caching and add the database upgrade that will make the taging ↵Karl 'vollmerk' Vollmer2008-05-121-19/+35
| | | | mostly work
* commit of the patches from codeoverload to implement tagging, will not work ↵Karl 'vollmerk' Vollmer2008-05-121-2/+13
| | | | without manual modification of database, yes.. this commit breaks things cope
* fixed some album art issues and an issue with downloads if no catalog patternKarl 'vollmerk' Vollmer2008-05-031-5/+8
|
* last commit before beta3 releaseKarl 'vollmerk' Vollmer2008-04-211-1/+1
|
* new flash player that still does not work, fixed some bad references to the ↵Karl 'vollmerk' Vollmer2008-04-111-2/+2
| | | | ellipsis thresholds
* add the title back in to the links and be a little more violent with the ↵Karl 'vollmerk' Vollmer2008-03-191-2/+2
| | | | charset setting...
* fixed playlist update on full strict of mysql5.x and jpg mime typeKarl 'vollmerk' Vollmer2008-03-061-2/+4
|
* Fixed artist display wrongly using ellipsis_threshold_album preferencespocky2008-01-171-1/+1
| | | | Fixed wrong artist html encoding in random albums image title
* fixed localplay index problem after track delete, fixed lack of high-light ↵Karl 'vollmerk' Vollmer2007-12-301-0/+8
| | | | of current playing song, fixed problem were second localplay send would kill session of any existing items
* added paging to genre sub views, and added missing fields to the song single ↵Karl 'vollmerk' Vollmer2007-12-061-2/+5
| | | | view
* fixed lack of prefix on albums improves album art search results, thx darksideKarl 'vollmerk' Vollmer2007-12-061-5/+5
|
* renamed xml-rpc acl to rpc, added default mime type of image/jpg and added ↵Karl 'vollmerk' Vollmer2007-11-221-0/+3
| | | | config options for batch download to the fs, no garbage collection for non-completed downloads yet.
* little more work on the xml api, artists and albums now worksKarl 'vollmerk' Vollmer2007-11-201-4/+3
|
* - Updated Now Playing html/cssspocky2007-11-131-8/+11
| | | | | | | - Fixed Star-rating css - Updated Pager (5 elements around selected page# should be enough) - Updated Album class so that disk# is part of the link - Some more cleanup/updates to html/themes (hopefully it should be almost done in a week, so that themers can start theming on 3.4)
* fixed advanced random, tweaked some css a tad and fixed a few other minor typosKarl 'vollmerk' Vollmer2007-08-271-1/+1
|
* added the initial playlist view page, fixed the artist name on albums of the ↵Karl 'vollmerk' Vollmer2007-08-221-2/+4
| | | | moment
* fixed album.disk for ogg files and added it to the displayKarl 'vollmerk' Vollmer2007-08-191-0/+5
|
* fixed the songs view that I brokeKarl 'vollmerk' Vollmer2007-08-171-1/+1
|
* first step towards multi-disk support, Thx Hugo HaasKarl 'vollmerk' Vollmer2007-08-161-2/+4
|
* tweaked get_newest to operate a little different, tweaked lastfm (currently ↵Karl 'vollmerk' Vollmer2007-08-091-2/+3
| | | | broken)
* fixed find missing tracks, tweaked openstrands class again to account for ↵Karl 'vollmerk' Vollmer2007-08-061-2/+39
| | | | lack of [[CCDATA tag on some xml responses
* moved search to upper right, removed the playlists from the left menubar, ↵Karl 'vollmerk' Vollmer2007-08-021-1/+4
| | | | fixed a potential uncaught exception on id3 tags
* fixed a few more warnings, fixed artist editing and improved album editing a ↵Karl 'vollmerk' Vollmer2007-07-291-3/+4
| | | | little (so it cleans up after its self)
* fixed album per row update and some warnings on song updatesKarl 'vollmerk' Vollmer2007-07-291-22/+60
|
* fixed the album art gathering, enabled art resizing and saving of said ↵Karl 'vollmerk' Vollmer2007-07-291-8/+21
| | | | stuff... not sure if saving and retriving is saving any time. tweaked show test config wording
* slightly improved the logic on pulling albums, fixed a typo causing find ↵Karl 'vollmerk' Vollmer2007-07-291-1/+1
| | | | album art not to work as advertised
* removed some old/legacy functions fixed download and merged it into the /playKarl 'vollmerk' Vollmer2007-07-221-2/+2
|
* fixed update from tags for artist and album and fixed clear album artKarl 'vollmerk' Vollmer2007-07-051-7/+7
|
* fixed preferences mostly, also fixed some genre issues and other stuff I am ↵Karl 'vollmerk' Vollmer2007-06-111-1/+1
| | | | forgetting now
* fixed genre and artist view... mostly also fixed batch downloadsKarl 'vollmerk' Vollmer2007-06-041-1/+2
|
* fixed lastfm gather album art and addKarl 'vollmerk' Vollmer2007-06-041-2/+31
|
* catalog verify mostly works, need to clean up the album art gather before ↵Karl 'vollmerk' Vollmer2007-06-021-9/+8
| | | | its completely better
* fixed find album art, including a fix from Karl Hungus... seriously I am not ↵Karl 'vollmerk' Vollmer2007-05-251-9/+9
| | | | making that name up
* flushed out the album view and added a few more features removed unused iconsKarl 'vollmerk' Vollmer2007-05-131-27/+42
|
* basic browse concept added to sidebar and start of the browse logicKarl 'vollmerk' Vollmer2007-05-061-45/+68
|
* fixed up part of single album view, show songs is all gone, working on ↵Karl 'vollmerk' Vollmer2007-04-231-27/+6
| | | | replacement browse method
* added favorite X play linksKarl 'vollmerk' Vollmer2007-04-231-9/+9
|
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-15/+60
| | | | everything broken
* updated sql, and a db album art method fixKarl 'vollmerk' Vollmer2007-01-271-1/+3
|