Afterster
36eb36d455
Don't require valid session on image if use_auth or require_session settings are disabled
2015-05-13 07:18:41 +02:00
Lawrence Brown
60a653daf4
copyright 2014 -> 2015
...
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
0254be9982
Better Video integration in Ampache features
2014-07-08 20:00:33 +02:00
Afterster
7258fdcb63
Add video image preview
2014-07-08 09:05:45 +02:00
Afterster
b5f92aa25c
Edit library items in a more generic way
...
Use real large image on Google gather arts
2014-07-08 00:51:52 +02:00
Afterster
4454696f29
Use arts in a more generic way
...
Add library_item interface
2014-07-07 01:40:14 +02:00
Afterster
d842ebbb00
Add art on Videos
...
Add videos support to Subsonic and UPnP APIs
Update Tmdb module
2014-07-06 20:46:46 +02:00
Afterster
c90ee9b2c5
Fix travis build on album art
2014-05-27 07:42:12 +02:00
Afterster
1e5cded0e4
Add better image cache handling to avoid manual browser cache refresh on album art change
2014-05-27 07:34:27 +02:00
Afterster
59d038335f
Fix several php errors
2014-05-25 18:47:43 +02:00
Afterster
98664d2a84
Update copyright years
2014-05-18 09:53:57 +02:00
SUTJael
7e4e12f53b
Fix #173 . Fix rating. Fix plenty of Warnings.
2014-03-27 15:28:58 +01:00
Afterster
470dcea5b3
Add Gravatar / Libravatar plugins
2014-01-28 23:27:49 +01:00
Afterster
5eceaf2aea
Rename Config class to AmpConfig class to avoid conflict with PEAR ( fix #68 )
2013-12-13 08:36:23 +01:00
Afterster
e35f175a4b
Rename HTML5 Player to Web Player
2013-11-23 13:50:29 +01:00
John Moore
5643d26436
Merge branch 'master' of https://github.com/jcwmoore/ampache.git
2013-11-19 20:13:24 -06:00
John Moore
ead36d91bd
allowing the browser to cache album art
2013-11-20 02:10:14 +00:00
Afterster
22cb316a48
Ampache code now respect PSR-2 code style
2013-11-17 18:54:14 +01:00
Stephen Shkardoon
6f05b3d436
Enable a size for HTML5 Player sized albumart
2013-09-20 11:53:27 -04:00
Paul Arthur
ad4ba9ff9a
Drop stale references to 'xml-rpc'
2013-01-28 21:23:15 -05:00
Paul Arthur
58a3ab692e
Move sessiony things from vauth into Session
2013-01-28 16:57:34 -05:00
Paul Arthur
ef4d366060
Cosmetics: death to tabs
...
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.
2013-01-26 03:38:46 -05:00
Paul Arthur
9a83f50042
Consistently use require_once to load init.php
2013-01-25 19:10:43 -05:00
Paul Arthur
b7d00ceeb4
Cosmetics: clean up heads in /
2013-01-25 15:40:47 -05:00
Paul Arthur
af4a77d145
image.php: Unify code paths, use Horde_Browser
...
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.
2012-09-20 14:08:01 -04:00
Paul Arthur
ec9389f5c6
Make Art->get_from_source() static
...
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.
2012-04-09 16:18:13 -04:00
Sébastien LIENARD
591a522824
FS#209 - Google Chrome doesn't show album art when album name contains commas
...
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.
2012-02-20 23:43:12 -05:00
Karl Vollmer
56eb2ac7dc
Fixed two PHP warnings, and some issues with how users were being constructed
...
in init (which makes me wonder) and started trying to figure out why libre.fm broke
2011-12-01 15:59:33 -04:00
Paul Arthur
4aa256cb07
Clean up some PHPDoc crap
...
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly. They still
aren't.
2011-04-04 17:37:10 -04:00
momo-i
9ce63661d1
Fixed indent and add translation words
2011-02-03 14:03:16 +09:00
momo-i
5da3caed31
Modified header comment for phpdoc
2011-02-03 10:25:54 +09:00
Paul 'flowerysong' Arthur
4b5756ba9d
Miscellaneous cleanup.
2010-06-13 08:11:09 +00:00
Paul 'flowerysong' Arthur
3a5a8dad2e
Some more Art-related cleanup. Removing references to album_data, removing old
...
art methods from Album, etc. Should fix FS#76
2010-05-09 19:50:35 +00:00
Paul 'flowerysong' Arthur
e3e4c72466
Art work. Rationalise DB schema, support multiple thumbnail sizes and
...
caching thereof, call Catalog->gather_art instead of Catalog->gather_album_art,
unbreak (hopefully) gather_musicbrainz.
2010-05-05 01:43:51 +00:00
Karl 'vollmerk' Vollmer
3ce42f5e88
More changes to art - have not removed old functionality yet
2010-03-21 20:53:15 +00:00
Karl 'vollmerk' Vollmer
181d9c5dcf
Switched to new art method for primary image display
2010-03-21 15:03:20 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0
Cosmetics: remove trailing whitespace
2010-03-14 20:14:52 +00:00
Karl 'vollmerk' Vollmer
45f382b06d
Add vim modelines to all php files (Thx ascheel)
2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
7e1e044aba
make it actually extend the session, also improve debug on the image page
2009-12-23 14:54:45 +00:00
Karl 'vollmerk' Vollmer
28fcb8f8ac
It should not have taken me that long to find the one typo
2009-08-20 15:30:24 +00:00
Karl 'vollmerk' Vollmer
698a737b12
add TDRC to id3v2 tag reading Closes #530
2009-08-19 15:03:29 +00:00
Karl 'vollmerk' Vollmer
0933a6b089
fix it so pop-up of album art is full rez
2009-04-24 12:40:35 +00:00
Karl 'vollmerk' Vollmer
c27481203c
switch to jpg for the blank album art, smaller filesize and it makes erwan happy
2009-03-10 21:02:38 +00:00
Karl 'vollmerk' Vollmer
e474991d13
Resolve #401 new database update, reset album thumbs and use resized art...
2009-03-01 02:35:42 +00:00
Karl 'vollmerk' Vollmer
6777ec1e2e
first work on next db update, correct play_url() removing redundent path, fix democratic play clear
2009-03-01 00:10:49 +00:00
Karl 'vollmerk' Vollmer
6bb9e3f9a3
use resized art if it is there
2009-02-28 18:58:19 +00:00
Karl 'vollmerk' Vollmer
748af8fc7c
fix issue where the small thumbnail is used for larger images if resize album art enabled
2008-12-28 08:06:03 +00:00
dipsol
e415574302
When updating an remote catalog it will try to grab the images from the remote machine to the local database.
2008-12-11 15:21:07 +00:00
Karl 'vollmerk' Vollmer
c2e9b311e9
remove lib/album.lib.php and move its two functions into album class, corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules)
2008-08-31 15:57:33 +00:00
Karl 'vollmerk' Vollmer
2f5c09b55c
updated locales, hopefully one of the last commits before 3.4 stable release
2008-05-10 09:27:42 +00:00