1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00
Commit graph

69 commits

Author SHA1 Message Date
Afterster
80cd08ed04 Fix Scrutinizer reported errors 2014-07-09 23:27:14 +02:00
Afterster
3fc08b17d4 Improve video browsing and metadata parsing
Add TheMovieDB metadata plugin
2014-07-06 00:54:48 +02:00
Afterster
786c234d5f Add tvshows / movies first objects 2014-07-05 10:25:12 +02:00
Afterster
ad00b7df4e Merge branch 'tsquare66-Use_ID3_band_tag' into develop 2014-06-15 13:35:35 +02:00
Afterster
d41f31f14c Improve Album Artist information to be used by default 2014-06-15 13:34:12 +02:00
Afterster
f55a0969a5 Add links on tags to show related item types with the same tag (fix #27) 2014-06-15 09:16:32 +02:00
tsquare66
c35b3c141f Merge branch 'Use_ID3_band_tag' into develop 2014-06-14 19:54:23 +02:00
Afterster
40e9396f3e First upload and license implementation
Fix #252
2014-06-13 03:36:19 +02:00
tsquare66
6cf0306752 Use ID3 band tag as album artist 2014-06-13 00:08:42 +02:00
Afterster
cd0b66391e Ignore some unused warnings 2014-05-26 00:02:11 +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
Afterster
12b6cb62d2 Fix playlist browse with items > 1000
'Now playing filtered per user' enabled by default
2014-05-17 12:00:32 +02: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
7e4e12f53b Fix #173. Fix rating. Fix plenty of Warnings. 2014-03-27 15:28:58 +01:00
Afterster
9abed639d8 Add load time in footer and set catalog disable as an option to not increase sql query by default 2014-03-16 10:02:13 +01:00
Afterster
916057fda7 Add broadcast templates 2014-02-09 02:06:27 +01:00
Afterster
2cdcf348bf Add Broadcast template files 2014-02-05 13:44:48 +01:00
Afterster
e0a1443566 Add UI for Channels 2014-02-03 07:24:13 +01:00
Afterster
8d7ce473d0 Add share feature 2014-01-15 23:55:19 +01:00
Afterster
ca921f3dfd Fix filter reset when alphabet browsing 2014-01-12 03:17:47 +01:00
Afterster
13f75de382 Remove debug line 2014-01-12 03:09:06 +01:00
Afterster
ad3820ecb4 Add Alphabetic header on Browse 2014-01-12 03:08:24 +01:00
SUTJael
fc3a6e0f10 Fix #100 2014-01-07 20:47:15 +01:00
Afterster
0b92985877 Fix #95 2014-01-02 13:59:14 +01:00
Afterster
26b0320c4a Add song previews on missing albums, EchoNest API support 2013-12-28 16:40:35 +01:00
Afterster
be947f9218 Add Wanted List feature 2013-12-26 22:13:44 +01:00
Afterster
275eaacf15 Fix code style 2013-12-14 11:26:11 +01:00
Afterster
b6a7ba792f Catalog disable filter on stats and search too (fix #33) 2013-12-14 11:24:19 +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
0a7cc00c4e Add 'all' link on browse (fix #64) 2013-12-09 13:36:00 +01:00
SUTJael
4eaf4f7e8a "flagged" (unused) feature removed. Will light DB interaction. All seems good for me, need to check to be sure.
Fix jPlayer theme
2013-11-29 00:23:17 +01:00
Afterster
beae0b97a2 Remove jPlayer for live stream and add Muses Radio Player 2013-11-23 15:57:43 +01:00
Afterster
1745e204cd Fix code style 2013-11-23 01:11:19 +01:00
Afterster
619ca48ffe Add paging to information pages (fix #8) 2013-11-23 01:06:58 +01:00
Afterster
dac2c79fcf Start adding catalog disable/enable (#33). Currently not working for stats and search 2013-11-22 18:46:52 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Paul Arthur
4118b42f47 Drop sort in Query::_serialize()
On second thought, preserving the order might be important.
2013-06-16 01:00:04 -04:00
Paul Arthur
05009329cf Add naive compaction for Query serialization
Can be very efficient with the right input, but probably has
degenerative cases where it increases the size. Worst-case size
increase is one character per ID in the result set, so it shouldn't be
an issue.

String lengths for a large search result that was unstorable before:
serialize: 1991874
json_encode: 756249
cooked: 244

And some with more discontinuity:
serialize: 1772238
json_encode: 674751
cooked: 37950

serialize: 164942
json_encode: 65771
cooked: 25369
2013-06-12 13:46:39 -04:00
Paul Arthur
a957ab19cd Abstract serialization within Query 2013-06-12 13:26:03 -04:00
Paul Arthur
778f5b203d Parameterise queries in Query 2013-06-12 13:26:03 -04:00
Paul Arthur
438a2a9023 Don't cache browses for the API
The API will never request it again, so caching the query just wastes
space.
2013-06-12 13:25:57 -04: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
7703c9431d Query::clean() -> Query::gc() 2013-01-26 00:19:43 -05:00
Paul Arthur
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -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
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
a9da6a6fa2 Reworked search
Still has tentacles and should have been integrated into the existing
API/Browse implementation better, but it's functional.
2011-04-02 00:48:58 -04:00
momo-i
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
momo-i
d703009677 header comment for phpdoc 2011-02-03 07:30:23 +09:00