Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable a size for HTML5 Player sized albumart | Stephen Shkardoon | 2013-09-20 | 1 | -0/+5 |
| | |||||
* | Drop stale references to 'xml-rpc' | Paul Arthur | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Move sessiony things from vauth into Session | Paul Arthur | 2013-01-28 | 1 | -3/+3 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -63/+63 |
| | | | | | 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. | ||||
* | Consistently use require_once to load init.php | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Cosmetics: clean up heads in / | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | image.php: Unify code paths, use Horde_Browser | Paul Arthur | 2012-09-20 | 1 | -38/+33 |
| | | | | | | | | We had two code paths that did basically identical things, and a bug was fixed in one but not the other because that's what happens. Using Horde_Browser instead of hand-crafting headers would have avoided the bug in the first place, so do that as well. | ||||
* | Make Art->get_from_source() static | Paul Arthur | 2012-04-09 | 1 | -1/+1 |
| | | | | | | Half the calls to it were already trying to call it as a static method anyway. The only time $this was referenced was to get the type, so pass type as a parameter. | ||||
* | FS#209 - Google Chrome doesn't show album art when album name contains commas | Sébastien LIENARD | 2012-02-20 | 1 | -1/+2 |
| | | | | | | It seems that Chrome believes that commas end header values (it's probably correct in this belief). Quoting the value should avoid this, and potentially other issues. | ||||
* | Fixed two PHP warnings, and some issues with how users were being constructed | Karl Vollmer | 2011-12-01 | 1 | -1/+1 |
| | | | | in init (which makes me wonder) and started trying to figure out why libre.fm broke | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -6/+1 |
| | | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. | ||||
* | Fixed indent and add translation words | momo-i | 2011-02-03 | 1 | -9/+9 |
| | |||||
* | Modified header comment for phpdoc | momo-i | 2011-02-03 | 1 | -18/+30 |
| | |||||
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | Some more Art-related cleanup. Removing references to album_data, removing old | Paul 'flowerysong' Arthur | 2010-05-09 | 1 | -1/+1 |
| | | | | art methods from Album, etc. Should fix FS#76 | ||||
* | Art work. Rationalise DB schema, support multiple thumbnail sizes and | Paul 'flowerysong' Arthur | 2010-05-05 | 1 | -5/+7 |
| | | | | | caching thereof, call Catalog->gather_art instead of Catalog->gather_album_art, unbreak (hopefully) gather_musicbrainz. | ||||
* | More changes to art - have not removed old functionality yet | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -1/+1 |
| | |||||
* | Switched to new art method for primary image display | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -24/+26 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -25/+25 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | make it actually extend the session, also improve debug on the image page | Karl 'vollmerk' Vollmer | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | It should not have taken me that long to find the one typo | Karl 'vollmerk' Vollmer | 2009-08-20 | 1 | -2/+0 |
| | |||||
* | add TDRC to id3v2 tag reading Closes #530 | Karl 'vollmerk' Vollmer | 2009-08-19 | 1 | -0/+1 |
| | |||||
* | fix it so pop-up of album art is full rez | Karl 'vollmerk' Vollmer | 2009-04-24 | 1 | -1/+1 |
| | |||||
* | switch to jpg for the blank album art, smaller filesize and it makes erwan happy | Karl 'vollmerk' Vollmer | 2009-03-10 | 1 | -2/+2 |
| | |||||
* | Resolve #401 new database update, reset album thumbs and use resized art... | Karl 'vollmerk' Vollmer | 2009-03-01 | 1 | -3/+3 |
| | |||||
* | 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 | ||||
* | use resized art if it is there | Karl 'vollmerk' Vollmer | 2009-02-28 | 1 | -3/+3 |
| | |||||
* | fix issue where the small thumbnail is used for larger images if resize ↵ | Karl 'vollmerk' Vollmer | 2008-12-28 | 1 | -8/+6 |
| | | | | album art enabled | ||||
* | When updating an remote catalog it will try to grab the images from the ↵ | dipsol | 2008-12-11 | 1 | -1/+5 |
| | | | | remote machine to the local database. | ||||
* | remove lib/album.lib.php and move its two functions into album class, ↵ | Karl 'vollmerk' Vollmer | 2008-08-31 | 1 | -1/+1 |
| | | | | corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules) | ||||
* | updated locales, hopefully one of the last commits before 3.4 stable release | Karl 'vollmerk' Vollmer | 2008-05-10 | 1 | -1/+1 |
| | |||||
* | fixed playlist update on full strict of mysql5.x and jpg mime type | Karl 'vollmerk' Vollmer | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | reimplemented the session function check | Karl 'vollmerk' Vollmer | 2007-12-25 | 1 | -1/+1 |
| | |||||
* | fixed an album art issue created with the new auth code | Karl 'vollmerk' Vollmer | 2007-12-23 | 1 | -1/+6 |
| | |||||
* | API and XML-RPC are still broken, but moved to new session code, sleep time | Karl 'vollmerk' Vollmer | 2007-12-20 | 1 | -2/+3 |
| | |||||
* | really fixed image, and put in a quick hack on play for api access | Karl 'vollmerk' Vollmer | 2007-11-21 | 1 | -1/+1 |
| | |||||
* | two fixes for invalid artist ids in album xml and parse error on image.php | Karl 'vollmerk' Vollmer | 2007-11-21 | 1 | -6/+6 |
| | |||||
* | tweak to make the image.php file work with API auth, and corrected URLs | Karl 'vollmerk' Vollmer | 2007-11-21 | 1 | -0/+9 |
| | |||||
* | Fixed image mime type not being sent correctly | spocky | 2007-09-19 | 1 | -2/+3 |
| | |||||
* | sync typo fix | Karl 'vollmerk' Vollmer | 2007-08-29 | 1 | -1/+1 |
| | |||||
* | fixed the album art gathering, enabled art resizing and saving of said ↵ | Karl 'vollmerk' Vollmer | 2007-07-29 | 1 | -8/+12 |
| | | | | stuff... not sure if saving and retriving is saving any time. tweaked show test config wording | ||||
* | fixed find album art, including a fix from Karl Hungus... seriously I am not ↵ | Karl 'vollmerk' Vollmer | 2007-05-25 | 1 | -2/+2 |
| | | | | making that name up | ||||
* | it technically logs in and streams.. but thats it, complete rewrite almost ↵ | Karl 'vollmerk' Vollmer | 2007-04-23 | 1 | -16/+17 |
| | | | | everything broken | ||||
* | updated sql, and a db album art method fix | Karl 'vollmerk' Vollmer | 2007-01-27 | 1 | -3/+3 |
| | |||||
* | * Re-worked Main page of Ampache, adding Album of the moment. | Karl 'vollmerk' Vollmer | 2007-01-07 | 1 | -3/+2 |
| | | | | | | | | | | | * Moved stats to /stats.php page * Fixed logic error in resize that could cause nothign to display if resize was on, but it still failed * Fixed Upload Album art from Find Album Art * Added Menu to the TV page * Fixed logic error that showed localplay if user had access regardless of global config * Changed default action of browse.php to song browse | ||||
* | I am pretty sure the find art should work correctly now, it doesnt do ↵ | Karl 'vollmerk' Vollmer | 2007-01-01 | 1 | -0/+10 |
| | | | | id3tags yet due to some... complications.. it does however now read the folder images which is a new feature. | ||||
* | renamed albumart.php to image.php and prepared for the find album art page fixes | Karl 'vollmerk' Vollmer | 2006-12-29 | 1 | -0/+90 |