Afterster
80cd08ed04
Fix Scrutinizer reported errors
2014-07-09 23:27:14 +02:00
Afterster
afa536c6be
Fix code style
2014-07-08 20:24:51 +02: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
baf244c97c
Add beautiful url support on album arts (to fix UPnP album arts)
2014-07-02 07:29:02 +02:00
Afterster
239b494e6a
Fix image requested name when unknown extension
2014-06-01 09:57:20 +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
76e8d4b3e4
Fix other scrutinizer issues
2014-05-26 01:05:53 +02:00
Afterster
fee1e70ffa
Fix scrutinizer code style
2014-05-26 00:48:43 +02:00
Afterster
cd0b66391e
Ignore some unused warnings
2014-05-26 00:02:11 +02:00
Afterster
041dfda1fc
Remove remaining unused code
2014-05-25 23:23:52 +02:00
Afterster
811115958e
Fix code style
2014-05-25 22:54:29 +02:00
Afterster
b16958f44e
Remove old code and fix old php errors
2014-05-25 22:54:04 +02:00
Afterster
98664d2a84
Update copyright years
2014-05-18 09:53:57 +02:00
jack
fb9ae47631
Update to the Amazon API Image Search module, fix missing parameter and response parsing. -jbrain
2014-05-14 13:42:07 -05:00
SUTJael
72f8afac7f
Admin can see all playlists (private/public) ( Fix #142 )
...
Remove cookie on art as it's not working as expected.
2014-04-22 23:28:55 +02:00
SUTJael
1657fafc50
Saving show_art boolean value into cookies
2014-04-22 18:11:36 +02:00
SUTJael
0ba4ed6842
Ignore non-existing setting
2014-04-22 17:49:19 +02:00
SUTJael
abba0441f9
Fix #128
2014-04-18 18:00:59 +02:00
Afterster
1d3b8bbaba
Add user avatar upload ( fix #119 )
2014-01-30 22:05:16 +01:00
SUTJael
7c2f8b0f26
Actions on rows are now displayed on mouse-hover. Removed all unused parameters. Song/artists/albums title are displayed correctly (truncate has been removed). Add to an existing playlist implementation started.
2014-01-15 20:47:49 +01:00
Afterster
5de9399782
Fix MusicBrainz get album art from releases
2014-01-05 00:02:14 +01:00
Afterster
08cdf73349
Merge branch 'master' of github.com:ampache-doped/ampache
...
Conflicts:
lib/class/update.class.php
2013-12-26 22:17:13 +01:00
Afterster
a98ecd7376
Requests project replace Snoopy project and update to MusicBrainz API v2
2013-12-26 16:54:04 +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
22cb316a48
Ampache code now respect PSR-2 code style
2013-11-17 18:54:14 +01: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
1069d54c85
Move clean functions into their respective classes
...
Uniformly name them gc()
2013-01-25 21:45:47 -05:00
Paul Arthur
d14b5215eb
Cosmetics: s/incase/in case/
2013-01-25 20:30:36 -05:00
Paul Arthur
16c3ba34fd
Cosmetics: clean up heads in lib/
2013-01-25 18:38:22 -05:00
Paul Arthur
d772b031a9
Switch from print_r to json_encode in debug output
2012-11-13 18:31:33 -05:00
Paul Arthur
f65076b93d
Switch from _() to T_()
...
Even if we move away from php-gettext in the future, it's easy to
write a quick T_() as a simple wrapper; it's not so easy to rewrite
PHP to allow redeclaration of a function.
2012-04-12 21:13:29 -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
Paul Arthur
3bd110181c
Add some caching to the Art class
...
Based on a patch by lotan_rm in FS#215
2012-03-01 12:39:55 -05:00
lotan_rm
073f49c3e8
FS#212 - Incorrect album art uri
...
Missing ampersand.
2012-02-20 23:38:48 -05:00
Paul Arthur
e2a53eac78
Some more cleanup of Last.FM art method
2011-11-09 04:45:20 -05:00
Paul Arthur
1599f59619
FS#195 - Unable to gather album art from lastfm
...
Cleaned up the code, might work now. Untested.
2011-11-09 04:32:40 -05:00
Paul Arthur
cd9123f0da
Restore mistakenly reverted commit:
...
Implement db art method. Fixes FS#121.
Conflicts:
lib/class/catalog.class.php
2011-10-26 00:24:41 -04:00
dipsol
fe21acc1a1
FS#186 fixed runtime error in log files.
2011-09-13 16:50:19 +02: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
Paul Arthur
90786a8c85
Catalog work
...
Reduce the frequency of some expensive database operations when
processing multiple catalogs. More debugging output. Remove
unnecessary or unused parameters from function calls.
2011-04-02 15:43:38 -04:00
momo-i
17bba7eedd
art.class.php temporarily fixed.
...
Added $type = 'album' to constructor
2011-02-04 10:16:28 +09:00
momo-i
5da3caed31
Modified header comment for phpdoc
2011-02-03 10:25:54 +09:00
Chris Slamar
4910d13fa4
Catalog Filtering Added Bug#60
2011-01-24 19:25:01 -06:00
Paul Arthur
b62ba121d6
Fix art gathering.
2011-01-07 23:30:25 -05:00
Paul Arthur
2952778b89
Implement db art method. Fixes FS#121.
2011-01-04 23:22:21 -05:00