SUTJael
72d67daf46
Fix popular count query.
2014-12-10 17:13:42 +01:00
Afterster
cd53d38c51
Include tabledata.js only once, before footer
2014-11-20 20:55:13 +01:00
SUTJael
6b1826271c
Merge branch 'develop' of https://github.com/ampache/ampache into develop
2014-11-18 18:00:29 +01:00
SUTJael
6c13006c29
Big cleanup/fix on browse. Remember previous selected page on global lists (songs/artists/albums/etc.) ( Fix #392 ).
2014-11-18 18:00:20 +01:00
Afterster
53f12cf2b2
Move album_artist from song to album table
2014-11-15 02:37:37 +01:00
Afterster
160c59dea2
Fix Scrutinizer issues
2014-09-30 07:47:21 +02:00
Afterster
36f6ddd2f0
Allow static browse pagination and disable alphabetic
2014-09-01 22:45:39 +02:00
Afterster
29bbfa3d00
Add optional unique key to browse content
2014-08-03 00:32:17 +02:00
Afterster
467e071b73
Add few songs & videos metadata
...
Add release type on albums
Add methods code comments on few classes
Display release date on all videos
2014-08-02 22:48:41 +02:00
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