1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 02:39:47 +02:00
Commit graph

47 commits

Author SHA1 Message Date
Afterster
58e709f466 Add Label search
Create a playlist in private type by default
2015-04-24 23:17:17 +02:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
29a062d1e5 Add new action on playlist to remove duplicates (fix #397) 2014-11-13 21:48:12 +01:00
SUTJael
27d1c3c8c0 Fix #569 2014-11-13 16:37:51 +01:00
SUTJael
5ff1ca45f8 Overlay notifications updated. 2014-11-13 15:29:42 +01:00
Afterster
bef75fd05a Add Favorite and Rating to playlists
Improve Guest user view when use_auth=false
2014-10-02 21:23:07 +02:00
Afterster
29bbfa3d00 Add optional unique key to browse content 2014-08-03 00:32:17 +02:00
Afterster
6a773db707 Regenerate track numbers when removing a song from playlist (fix #361) 2014-08-02 23:22:45 +02:00
Afterster
80cd08ed04 Fix Scrutinizer reported errors 2014-07-09 23:27:14 +02:00
Afterster
0254be9982 Better Video integration in Ampache features 2014-07-08 20:00:33 +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
Kaivo Anastetiks
eae2e8e339 Fixes #198 with an Add to New Playlist button.
Added an Add to New Playlist button. It calls the SavePlaylist()
Javascript function that fetches the song_id from the jplaylist
on the client side, then makes an Ajax call.

I had to modify the song item_type so that the item_id would be
all added accordingly. Adding a new item_type didn't work for
unknown reason, the new item_type case never being picked up.
2014-05-31 12:16:38 -04: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
59305b9a6e Fix #73 2014-03-22 11:44:22 +01:00
SUTJael
7d22e8d466 Implementation for #136 started. Album is now ready to be grouped by disks.
Need to create the new view in the album details. Group only works for album with musicbrainz identifiers.
2014-03-20 21:23:34 +01:00
Afterster
24895f24f7 Add artist information tabs (fix #126) 2014-01-29 22:23:56 +01:00
SUTJael
7a337edcad Fix #115, Fix #111, Fix #125 2014-01-29 18:40:20 +01:00
Afterster
4153040efe Add global search auto-completion (fix #88) 2014-01-03 19:59:33 +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
SUTJael
a53d308b6c Can now re-order playlist and album songs #53 (new grab icon displayed on sortable list)
Updating only the modified item (not refreshing page anymore) #43
Removed last 'Flag' items found #54
Reborn theme set as default #22
Fix: filters are now working
Fix: Artist edition
2013-12-03 15:50:00 +01:00
Afterster
3d13df9e0c Fix code style 2013-11-25 01:56:46 +01:00
SUTJael
aca49c658d Completely replaced the inline edition by dialog edition.
Add autocomplete for tags.
Directplay added on Radio and Smart Playlists.
Many code style fixed.
Removed all defined size (need to do that into CSS if needed).
Fixed other bugs found around..
2013-11-24 22:01:21 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Paul Arthur
101f4a047a Cosmetics: s/Itterate/Iterate/ 2013-01-28 21:46:00 -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
d87c539500 Cosmetics: clean up heads in server/ 2013-01-25 19:05:28 -05: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
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
Paul 'flowerysong' Arthur
4b5756ba9d Miscellaneous cleanup. 2010-06-13 08:11:09 +00:00
Paul 'flowerysong' Arthur
7f36693353 Change Browse from static to instantiable. Among other things, fixes FS#13;
probably also breaks things.  Most things appear to still work, but I may have
missed some cases.
2010-06-10 05:33:57 +00:00
Paul 'flowerysong' Arthur
b290f52c8d Some missed hunks for playlist editing and miscellaneous related cleanup. 2010-04-28 22:20:42 +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
80cd693722 Playlist adds now use the existing order rather then track order Fixed #484 2009-07-09 10:45:55 +00:00
Karl 'vollmerk' Vollmer
0e742df789 sync from trunk 2009-06-01 21:36:15 +00:00
Karl 'vollmerk' Vollmer
18683f22aa fix lack of ui response on deleting track right after appending to saved playlist 2009-04-30 15:36:34 +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
00effbf554 Add very basic buggy as crap video support, fix a few other minor bugs with playlists and random elements 2009-02-02 04:25:25 +00:00
Karl 'vollmerk' Vollmer
a6ad247623 fix playlist adds not showing up but still adding, fixed ip history being wiped by db update 2009-02-02 01:39:25 +00:00
Karl 'vollmerk' Vollmer
d48d73b67d require users to have at least 25 to create playlists, or have access to them 2008-11-26 10:48:57 +00:00
Karl 'vollmerk' Vollmer
41db247234 fixed shoutbox typo so albums add correctly, can now edit playlist tracks and change their track in the playlist, added batch download link to single playlist view 2008-04-21 00:28:18 +00:00
Karl 'vollmerk' Vollmer
84b483c99a fixed playlist update on full strict of mysql5.x and jpg mime type 2008-03-06 04:55:19 +00:00
Karl 'vollmerk' Vollmer
1d12186dba fixed display issue when deleting track from a playlist, and fixed ordering of add to playlist stuff on the rightbar 2007-12-06 06:22:01 +00:00
Karl 'vollmerk' Vollmer
b4de052e93 added ability to append to playlists 2007-09-27 05:42:11 +00:00
Karl 'vollmerk' Vollmer
32180a41a1 added ability to save playlists based on the active playlist, fixed the send on add playlist preference, send and clear still does not work, but its progress 2007-09-03 07:23:10 +00:00
Karl 'vollmerk' Vollmer
eeeece05db added the ability to delete songs from a playlist, now if you could only add them 2007-09-03 06:26:44 +00:00