1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00
Commit graph

40 commits

Author SHA1 Message Date
Afterster
68a2f92102 Abandonned php-gettext is replaced by oscarotero/Gettext 2015-12-19 09:34:37 +01:00
Afterster
47faff9523 Remove debugging code on song insertion error
Update song id3 tags after writing
Add variable sanity checks on mpd localplay, scrobbler and search classes
2015-12-18 22:22:17 +01:00
Afterster
9c3637b879 Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +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
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
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
fee1e70ffa Fix scrutinizer code style 2014-05-26 00:48:43 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
Afterster
287406a1ef Remove additional md5 from scrobbler class (password is already stored hashed) 2013-12-29 22:24:48 +01:00
Afterster
2228b742d9 Fix #44 2013-11-22 13:07:45 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01: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
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
75b6969ae1 Cosmetics: fix typo 2012-11-13 18:44:46 -05:00
Karl Vollmer
a350ae1dbc Fix Libre.FM scrobbling, remove errant data in handshake response 2011-12-01 21:47:24 -04:00
Karl Vollmer
56eb2ac7dc Fixed two PHP warnings, and some issues with how users were being constructed
in init (which makes me wonder) and started trying to figure out why libre.fm broke
2011-12-01 15:59:33 -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
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
momo-i
add54bc230 test header for phpdoc. now using only classes and libraries. 2011-02-02 16:48:45 +09:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Paul 'flowerysong' Arthur
d78c207f76 Cosmetics: use tabs for indentation, tweak some indentation/coding style. 2010-03-14 06:10:27 +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
4a1d7a40ea fix the message parsing so that it accepts libre.fms slightly different response 2009-05-18 18:23:20 +00:00
Karl 'vollmerk' Vollmer
d84e62dba7 api fixes, added librefm scrobbler (untested) and fixed minor error in header file with rtl vs ltr languages also removed dead RioPlayer plugin 2009-05-18 17:34:22 +00:00
Karl 'vollmerk' Vollmer
e33a8f344d no real progress, just saving my work 2008-11-03 09:05:47 +00:00
Karl 'vollmerk' Vollmer
0a08d312b7 move to sha256 for passwords API and Interface 2008-10-30 17:17:27 +00:00
Karl 'vollmerk' Vollmer
dac46f0b6e added in badtime error check and made it return the buffer on unknown errors to help debugging 2008-10-30 16:51:40 +00:00
Karl 'vollmerk' Vollmer
35489da079 removed some useless files, fixed some copyright headers 2008-05-12 14:15:54 +00:00
Karl 'vollmerk' Vollmer
d1dcfcbc90 some fixes for the localplay, you can now install the MPD controller, and add instances, just not actually play to it... realized I need to think on how to do that a little... 2007-09-14 07:04:26 +00:00
Karl 'vollmerk' Vollmer
b3950d0c94 new db update, moved prefs around removed useless one and fixed some defaults, also fixed some potential issues with lastfm 2007-09-09 06:13:32 +00:00
Karl 'vollmerk' Vollmer
e0811ddab0 fixed playlist name editing, cant change the type or the genre yet, tweaked lastfm so it recovers from errors a little better, fixed a stupid typo.... 2007-09-03 23:04:20 +00:00
Karl 'vollmerk' Vollmer
696f35b5a3 take out debug, wups 2007-08-21 04:35:35 +00:00
Karl 'vollmerk' Vollmer
88d968dfaa updated lastfm protocol to 1.2, improved the logic behind it does not require a logout, also fixed duplicate stats collection of greedy players 2007-08-21 04:35:01 +00:00
Karl 'vollmerk' Vollmer
df2f009920 fixed lastfm for reals this time, I think also fixed not being able to re-enable users 2007-08-14 06:51:38 +00:00
Karl 'vollmerk' Vollmer
089cd9100a tweaked theme a tad, updated lastfm plugin, requires remove/readadd to work correctly 2007-08-14 06:13:32 +00:00
Karl 'vollmerk' Vollmer
ab9aec092c tweaked get_newest to operate a little different, tweaked lastfm (currently broken) 2007-08-09 14:34:06 +00:00
Karl 'vollmerk' Vollmer
feae56b4d3 sync lastfm fix to trunk 2007-07-06 08:40:00 +00:00
Karl 'vollmerk' Vollmer
e07f720bbc semi-fixed lastfm 2007-07-05 07:32:38 +00:00
Renamed from lib/class/audioscrobbler.class.php (Browse further)