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

119 commits

Author SHA1 Message Date
Afterster
0630676eb6 Add browse filter and light sidebar options
Add overload to force library item art display
2016-02-29 22:51:42 +01:00
Afterster
5f3d59ed74 Add buttons to minimize web player and expand playlist (fix # 2016-02-28 18:49:19 +01:00
Afterster
2de4417058 Add link to license on upload form
Add option to remove grid view from catalog favorites at homepage
2016-02-28 10:07:52 +01:00
Afterster
3c020f3b8d Add explicit MusicBrainz Id check on Headphones plugin 2016-01-15 22:31:30 +01:00
Afterster
9d9f7a2711 Add preference subcategory 2015-12-27 16:06:13 +01:00
Afterster
58fa76fe3d Display large covert arts if grid view is disabled for target item type 2015-12-19 15:55:12 +01:00
Afterster
6c9f55e219 Ignore subsonic item identifier prefix
Rename modules composer.json to composer.module.json
2015-12-16 23:06:05 +01:00
Afterster
3bc84fc56d Remove Growl plugin from base repository 2015-12-13 18:19:47 +01:00
Afterster
512e9f103a Add Discogs metadata/art plugin
Update license information on composer plugins
2015-12-10 23:31:40 +01:00
Afterster
85d84d1441 Remove Home Message plugin in favor of existing Message of the Day 2015-12-07 22:38:32 +01:00
Afterster
cb769a5c8d Add log message in case of transcode process error
Fix code style
2015-12-03 22:07:57 +01:00
Afterster
9c3637b879 Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
Afterster
289ca0cc8c Merge branch 'develop'
Conflicts:
	lib/class/tvshow.class.php
	lib/class/vainfo.class.php
	modules/plugins/Tvdb/Tvdb.plugin.php
2015-11-28 09:56:41 +01:00
wagnered
81b2aef0f9 Revert change of table/column tvshow.overview back to tvshow.summary.
Revert dependent classes to insert/update tvshow.summary.
Modified Tmdb and Tvdb plugins to carry tvhow overview as tvshow_summary
to maintain separation of tvshow summary and tvshow_episode summary.
2015-11-26 21:24:41 -08:00
wagnered
72273dbd20 Changed tvshow.summary to tvshow.overview to remove
conflict with tvshow_episode.summary.
Modified edit dialog and update functions to edit tvshow.overview.
Modified tvdb and tmdb plugins to reflect change to tvshow.overview.
Fixed Vainfo::_parse_filename after regression tests exposed bug.
2015-11-24 11:56:21 -08:00
Afterster
21c486eb50 Fix vainfo trim on unknown tags 2015-11-22 16:18:19 +01:00
Afterster
8067539553 Add Home Message plugin 2015-11-20 22:09:41 +01:00
Afterster
5124a5ed4c Merge branch 'develop' of https://github.com/Psy-Virus/ampache into Psy-Virus-develop
Conflicts:
	templates/show_album_row.inc.php
	templates/show_artist_row.inc.php
	templates/show_label_row.inc.php
	templates/show_playlist_song_row.inc.php
	templates/show_song_row.inc.php
	templates/show_video_row.inc.php

Apply align_equals and concat_with_spaces on code style
2015-11-07 08:08:59 +01:00
Afterster
ca2028256a Add timeline / friends timeline (= user activities) 2015-11-04 23:59:13 +01:00
wagnered
6815977ca7 Added trim of leading 0's for season and episode numbers to satisfy Tvdb URL 2015-10-19 10:59:08 -07:00
Afterster
bda9389c26 Add rating on XML API 2015-10-16 22:47:01 +02:00
Afterster
9be94cc5ca Merge branch 'develop' of https://github.com/wagnered/ampache into wagnered-develop
Conflicts:
	config/ampache.cfg.php.dist
	modules/plugins/Tmdb/Tmdb.plugin.php
	modules/plugins/Tvdb/Tvdb.plugin.php
2015-09-23 22:24:48 +02:00
Afterster
b336d1ab7e Merge branch 'nioc-develop' into develop
Conflicts:
	modules/plugins/Lastfm/Lastfm.plugin.php
	modules/plugins/Librefm/Librefm.plugin.php
2015-09-22 20:21:50 +02:00
Afterster
db131af442 Create a folder per plugin
Always detect Composer system dependencies to not break installation because of optional modules
2015-09-19 23:40:58 +02:00
Afterster
24918b6cd0 Merge branch 'develop' of https://github.com/nioc/ampache into nioc-develop 2015-09-19 17:34:11 +02:00
Afterster
f2e69a198f Fix Wanted feature with latest MusicBrainz library release 2015-09-16 22:55:02 +02:00
Afterster
5094e2e1a1 Fix MusicBrainz Request http adapter use 2015-09-16 22:12:02 +02:00
Afterster
16d80f8435 Use Composer for dependencies 2015-09-13 23:30:20 +02:00
wagnered
df8fb22f54 Refined Vainfo->_parse_filename($filename) to better parse movie and tv show file names.
Removed Vainfo::parseFilename($filename).
2015-09-12 15:58:14 -07:00
Afterster
207076d9a0 Merge branch 'develop' of https://github.com/Niols/ampache into Niols-develop
Conflicts:
	admin/users.php
	config/ampache.cfg.php.dist
	lib/class/api.class.php
	lib/class/userflag.class.php
	lib/rating.lib.php
	lib/ui.lib.php
	sql/ampache.sql
	templates/browse_filters.inc.php
	templates/footer.inc.php
	templates/header.inc.php
	templates/show_albums.inc.php
	templates/show_artists.inc.php
	templates/show_broadcasts.inc.php
	templates/show_catalogs.inc.php
	templates/show_channels.inc.php
	templates/show_concerts.inc.php
	templates/show_democratic_playlist.inc.php
	templates/show_html5_player_headers.inc.php
	templates/show_index.inc.php
	templates/show_install_config.inc.php
	templates/show_labels.inc.php
	templates/show_live_streams.inc.php
	templates/show_localplay_playlist.inc.php
	templates/show_login_form.inc.php
	templates/show_manage_license.inc.php
	templates/show_manage_shoutbox.inc.php
	templates/show_missing_albums.inc.php
	templates/show_objects.inc.php
	templates/show_playlist_songs.inc.php
	templates/show_playlists.inc.php
	templates/show_preferences.inc.php
	templates/show_pvmsgs.inc.php
	templates/show_recommended_artists.inc.php
	templates/show_searches.inc.php
	templates/show_shared_objects.inc.php
	templates/show_song_previews.inc.php
	templates/show_songs.inc.php
	templates/show_tvshow_seasons.inc.php
	templates/show_tvshows.inc.php
	templates/show_user_activate.inc.php
	templates/show_users.inc.php
	templates/show_videos.inc.php
	templates/show_wanted_albums.inc.php
	templates/sidebar.inc.php
	templates/stylesheets.inc.php
2015-09-06 11:23:51 +02:00
wagnered
ded0fed1bc Modified Tvdb and Tmdb plugins to correctly parse filenames. 2015-09-02 21:12:53 -07:00
nioc
ab292f7de7 Upgrade scrobbling API (last.fm and libre.fm)
Upgrade the scrobbler class, Lastfm and Librefm plugins to use the new API.
Authentication is changed:
-admin needs to create a last.fm API account, set their API key and secret in the ampache.cfg file,
-users need to grant Ampache application to last.fm / Libre.fm services by using preference tab > plugins.

Resolves ampache/ampache#922

Add the "spread the love" function to share your favorites on Last.fm and Libre.fm.

Change-Id: Ia81334f4f4506258a27d40b6c257a1e38bd69097
Signed-off-by: nioc <nioc@users.noreply.github.com>
2015-08-23 03:38:56 +02:00
Afterster
47a6585c88 Use latest php-cs-fixer version 2015-07-29 21:59:12 +02:00
Niols
a1f6a073cb Use UI::find_template everytime there's a '/templates/…'
Note: This concerns everything but the install files
2015-06-06 18:54:05 +02:00
Afterster
26b30a2817 Add Podcast links to albums and artists if RSS Feed enabled 2015-05-02 10:00:13 +02:00
Afterster
5b3db76d61 Manual track link on Piwik to support track with Ajax page loading 2015-05-01 19:25:53 +02:00
Afterster
2b100a73cf Add Piwik and Google Analytics statistic modules
Hide user agent from recently played if not at least a content manager user
2015-05-01 18:25:58 +02:00
Afterster
3c389a5842 Better donation plugin position
Re-enable wait between multiple channel chunks
2015-05-01 10:49:57 +02:00
Afterster
2837c44fe8 Add new display_user_field plugin type ; Paypal and Flattr user donation plugin 2015-05-01 07:39:08 +02:00
Afterster
b04208b5c3 Add methods to retrieve library item description and art with fallback to parent data 2015-04-05 10:21:43 +02:00
Afterster
81ff034bd1 Remove shoutbox spool for notification
Move shoutbox homepage code to a home plugin
Add catalog favorites home plugin
2015-04-05 00:11:12 +02:00
Afterster
09e71761dd Add Amazon title on arts 2015-02-14 22:11:50 +01:00
Afterster
d34e34132d Fix Amazon art run 2015-02-08 21:42:03 +01:00
Afterster
411ad4b06c Use proxy settings on all get Requests 2015-02-05 13:56:12 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
80cde0c626 Enhance share feature with modal dialog choices
Add Facebook / Twitter / GooglePlus external share plugins
2014-11-15 06:05:41 +01:00
Afterster
6f2cf6c5f2 Add Stream Control by Time plugin 2014-10-25 09:05:41 +02: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
5d7c077eab Async load GoogleMaps scripts 2014-10-07 00:08:59 +02:00
Afterster
2b40dfc1cc Add GoogleMap geolocation view on graphs 2014-10-06 23:51:59 +02:00