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

261 commits

Author SHA1 Message Date
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
22c6ea6b60 Fixed #632: URL file suffix after transcoding 2014-12-27 11:44:35 +01:00
SUTJael
8aacc5cbc1 Use threshold to retrieve listed item count 2014-12-10 18:12:39 +01:00
Afterster
aa83a829a4 Ignore albumartist on song update from tags 2014-11-27 17:09:58 +01:00
Afterster
8289387dac Fix tag write to id3 files 2014-11-27 16:17:56 +01:00
Afterster
b855f67689 Fix wrong variable use in write_id3_for_song 2014-11-23 23:17:34 +01:00
Afterster
1d83318bbf Fixed #595: Album artist not updated in id3 tag 2014-11-23 09:12:04 +01:00
Afterster
036f535916 Fix wrong album_artist song update 2014-11-22 20:25:08 +01:00
Afterster
53f12cf2b2 Move album_artist from song to album table 2014-11-15 02:37:37 +01:00
Afterster
441d82d71e Create Album Artist entry before song Artist entry 2014-11-12 20:45:30 +01:00
Afterster
4183989e1a Fixed #562: Cannot disable song in library 2014-11-11 08:19:02 +01:00
Afterster
2300ce9ad7 Fixed #563: Errors in SQL syntax when verifying catalog 2014-11-11 08:07:22 +01:00
Afterster
33bb01afbf Add HTML5 ReplayGain Track support 2014-11-10 15:02:09 +01:00
Afterster
b98b1a5a95 Add count_type column on object_count table
Add stream control plugins (Hits and Bandwidth)
2014-10-24 07:48:50 +02:00
Afterster
173d5e9d76 Requires user catalog right to edit arts
Avoid additional sql requests on searches
2014-10-15 22:37:06 +02:00
Afterster
2bbed12eb7 Add Aurora.js support in webplayer
Add transcode settings per player
2014-10-12 12:55:31 +02:00
Afterster
3102ab0bab Fix Scrutinizer issues 2014-10-06 07:26:48 +02:00
Afterster
2c221e8216 Add user geolocation and user statistical graphs 2014-10-06 01:05:17 +02:00
Afterster
160c59dea2 Fix Scrutinizer issues 2014-09-30 07:47:21 +02:00
Afterster
5617871b5f Fix #423 #427 #430 and partially #414 2014-09-05 23:46:59 +02:00
Afterster
3d698258d6 Fix song stats insertion 2014-08-05 08:02:23 +02:00
Afterster
034a6341fb Add Plex edition on missing library items 2014-08-05 02:10:23 +02:00
Afterster
9e06675a15 Add album / artist / song / playlist edit from Plex backend 2014-08-04 18:48:35 +02:00
Afterster
993e5f9fa8 Add hls stream
Improve Plex video stream & transcode
2014-08-04 01:33:44 +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
24843f78e6 Fix playlist gc 2014-07-30 22:02:54 +02:00
Afterster
90c1c6fbd1 Add Release Groupo MusicBrainz Identifier on albums
Add TheAudioDB and TheTVDB metadata/art plugins
2014-07-26 18:11:50 +02:00
Afterster
dfbfa9231b Fix typo in song.class.php 2014-07-26 08:09:19 +02:00
Afterster
889b6691e9 Add zlib test check 2014-07-26 08:03:10 +02:00
Afterster
1581122dac Add setting to write id3 metadata to files on changes 2014-07-18 00:50:51 +02:00
Afterster
17163ef7a9 Show albums associated to Album Artist 2014-07-17 22:02:44 +02:00
Afterster
daa8b3133b Add video subtitle support
Add local_web_path setting (fix #324)
2014-07-16 22:41:19 +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
3fc08b17d4 Improve video browsing and metadata parsing
Add TheMovieDB metadata plugin
2014-07-06 00:54:48 +02:00
Afterster
e07d23d7c9 Working UPnP backing for browse and stream actions 2014-07-05 00:36:54 +02:00
Afterster
5949888470 Add Random and Limit options on smart playlists (fix #164) 2014-06-15 16:31:37 +02:00
Afterster
c389f2f100 Album edition with Album Artist field 2014-06-15 14:25:33 +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
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