summaryrefslogtreecommitdiffstats
path: root/image.php
Commit message (Collapse)AuthorAgeFilesLines
* Enable a size for HTML5 Player sized albumartStephen Shkardoon2013-09-201-0/+5
|
* Drop stale references to 'xml-rpc'Paul Arthur2013-01-281-1/+1
|
* Move sessiony things from vauth into SessionPaul Arthur2013-01-281-3/+3
|
* Cosmetics: death to tabsPaul Arthur2013-01-261-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.phpPaul Arthur2013-01-251-1/+1
|
* Cosmetics: clean up heads in /Paul Arthur2013-01-251-7/+1
|
* image.php: Unify code paths, use Horde_BrowserPaul Arthur2012-09-201-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() staticPaul Arthur2012-04-091-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 commasSébastien LIENARD2012-02-201-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 constructedKarl Vollmer2011-12-011-1/+1
| | | | in init (which makes me wonder) and started trying to figure out why libre.fm broke
* Clean up some PHPDoc crapPaul Arthur2011-04-041-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 wordsmomo-i2011-02-031-9/+9
|
* Modified header comment for phpdocmomo-i2011-02-031-18/+30
|
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-1/+1
|
* Some more Art-related cleanup. Removing references to album_data, removing oldPaul 'flowerysong' Arthur2010-05-091-1/+1
| | | | art methods from Album, etc. Should fix FS#76
* Art work. Rationalise DB schema, support multiple thumbnail sizes and Paul 'flowerysong' Arthur2010-05-051-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 yetKarl 'vollmerk' Vollmer2010-03-211-1/+1
|
* Switched to new art method for primary image displayKarl 'vollmerk' Vollmer2010-03-211-24/+26
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-25/+25
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* make it actually extend the session, also improve debug on the image pageKarl 'vollmerk' Vollmer2009-12-231-1/+1
|
* It should not have taken me that long to find the one typoKarl 'vollmerk' Vollmer2009-08-201-2/+0
|
* add TDRC to id3v2 tag reading Closes #530Karl 'vollmerk' Vollmer2009-08-191-0/+1
|
* fix it so pop-up of album art is full rezKarl 'vollmerk' Vollmer2009-04-241-1/+1
|
* switch to jpg for the blank album art, smaller filesize and it makes erwan happyKarl 'vollmerk' Vollmer2009-03-101-2/+2
|
* Resolve #401 new database update, reset album thumbs and use resized art...Karl 'vollmerk' Vollmer2009-03-011-3/+3
|
* first work on next db update, correct play_url() removing redundent path, ↵Karl 'vollmerk' Vollmer2009-03-011-2/+2
| | | | fix democratic play clear
* use resized art if it is thereKarl 'vollmerk' Vollmer2009-02-281-3/+3
|
* fix issue where the small thumbnail is used for larger images if resize ↵Karl 'vollmerk' Vollmer2008-12-281-8/+6
| | | | album art enabled
* When updating an remote catalog it will try to grab the images from the ↵dipsol2008-12-111-1/+5
| | | | remote machine to the local database.
* remove lib/album.lib.php and move its two functions into album class, ↵Karl 'vollmerk' Vollmer2008-08-311-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 releaseKarl 'vollmerk' Vollmer2008-05-101-1/+1
|
* fixed playlist update on full strict of mysql5.x and jpg mime typeKarl 'vollmerk' Vollmer2008-03-061-1/+1
|
* reimplemented the session function checkKarl 'vollmerk' Vollmer2007-12-251-1/+1
|
* fixed an album art issue created with the new auth codeKarl 'vollmerk' Vollmer2007-12-231-1/+6
|
* API and XML-RPC are still broken, but moved to new session code, sleep timeKarl 'vollmerk' Vollmer2007-12-201-2/+3
|
* really fixed image, and put in a quick hack on play for api accessKarl 'vollmerk' Vollmer2007-11-211-1/+1
|
* two fixes for invalid artist ids in album xml and parse error on image.phpKarl 'vollmerk' Vollmer2007-11-211-6/+6
|
* tweak to make the image.php file work with API auth, and corrected URLsKarl 'vollmerk' Vollmer2007-11-211-0/+9
|
* Fixed image mime type not being sent correctlyspocky2007-09-191-2/+3
|
* sync typo fixKarl 'vollmerk' Vollmer2007-08-291-1/+1
|
* fixed the album art gathering, enabled art resizing and saving of said ↵Karl 'vollmerk' Vollmer2007-07-291-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' Vollmer2007-05-251-2/+2
| | | | making that name up
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-16/+17
| | | | everything broken
* updated sql, and a db album art method fixKarl 'vollmerk' Vollmer2007-01-271-3/+3
|
* * Re-worked Main page of Ampache, adding Album of the moment. Karl 'vollmerk' Vollmer2007-01-071-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' Vollmer2007-01-011-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 fixesKarl 'vollmerk' Vollmer2006-12-291-0/+90