1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00
Commit graph

109 commits

Author SHA1 Message Date
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
1c1212625f Add SubSonic API create/delete user, jukebox control and search auto suggestion support 2014-11-25 08:24:13 +01:00
Afterster
7258fdcb63 Add video image preview 2014-07-08 09:05:45 +02:00
Afterster
15b39f14de Avoid errors on sql table check 2014-06-11 07:20:54 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
SUTJael
39e6e76f59 Fix code style 2014-05-07 15:49:47 +02:00
SUTJael
1bddb9ed02 Add now playing info for other types than local songs. 2014-05-07 13:20:34 +02:00
Afterster
253503ad21 Check xbmc controller instance 2014-01-22 22:40:07 +01:00
Afterster
b9d4235bdf Replace XBMC TCP client with XBMC HTTP client 2014-01-03 12:59:07 +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
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Afterster
539ca08efc Add XBMC Localplay 2013-11-05 20:40:13 -05:00
Afterster
8c7e802c92 Fix VLC Localplay basic authentication. 2013-11-05 20:40:13 -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
46100a9e0b Cosmetics: clean up remaining heads 2013-01-25 20:18:26 -05:00
Paul Arthur
f21f2c6aa6 Cosmetics: kill some more PHPDoc clutter 2013-01-15 15:56:54 -05:00
Paul Arthur
e2484ee9a0 Clean up the VLC localplay controller 2013-01-15 11:30:47 -05:00
Paul Arthur
355b30b299 Remove old and busted shoutcast controller 2013-01-15 11:30:47 -05:00
Paul Arthur
e1e0ddeb11 Clean up the MPD localplay controller 2013-01-15 11:30:47 -05:00
Paul Arthur
7d837ceb4a Clean up the httpQ localplay controller 2013-01-15 01:26:38 -05:00
Paul Arthur
f65076b93d Switch from _() to T_()
Even if we move away from php-gettext in the future, it's easy to
write a quick T_() as a simple wrapper; it's not so easy to rewrite
PHP to allow redeclaration of a function.
2012-04-12 21:13:29 -04:00
Paul Arthur
34b0eaf233 Clean up uses of Config::set and Config::set_by_array
Consistently pass in a boolean instead of a string or an int for the
clobber flag.
2012-03-06 12:18:57 -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
aee809f1dc header comment replace for phpdoc 2011-02-03 10:07:39 +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
34d1449660 MPD class rewrite. 2010-08-05 17:39:09 +00:00
Paul 'flowerysong' Arthur
261bc657f6 Cosmetics: consistent line endings. No DOS for you. 2010-06-11 10:05:34 +00:00
Karl 'vollmerk' Vollmer
ee23a6dfae Updated vlc controller referencing #47 2010-03-21 13:10:14 +00:00
Karl 'vollmerk' Vollmer
ac7ac55beb cleaned up tabbing a bit 2010-03-19 12:20:37 +00:00
Karl 'vollmerk' Vollmer
f182655b2b Add vlc controller - untested, just want it in svn 2010-03-19 12:16:26 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
dipsol
a7838e2a13 Replaced almost every dba::query to dba::read or dba::write. 2009-12-14 08:06:20 +00:00
Karl 'vollmerk' Vollmer
d24804fcd0 At least show something even if we can not figure out what "It" is for httpq localplay controller 2009-12-12 15:53:27 +00:00
dipsol
da7b8eabc9 2 needs to be withing the enclosing brackets 2009-09-03 06:16:15 +00:00
Karl 'vollmerk' Vollmer
a94d513410 Sync from branch 2009-09-02 14:06:08 +00:00
Karl 'vollmerk' Vollmer
4fcacae75e make the httpq and mpd controlers understand live stream urls 2009-02-28 18:50:57 +00:00
Karl 'vollmerk' Vollmer
2a0c72b30c some more minor tweaks to democratic playlist, fixed now playing on localplay playlist 2009-02-08 15:16:02 +00:00
Karl 'vollmerk' Vollmer
e24192c441 fixed mpd controller url parsing 2009-02-08 14:41:00 +00:00
Karl 'vollmerk' Vollmer
0de67b0682 rename the variables, potentially break some stuff, good fun 2009-02-07 05:03:13 +00:00
Karl 'vollmerk' Vollmer
790fc1c944 fix a password bug on updating http_q instances 2009-02-04 03:15:26 +00:00
Karl 'vollmerk' Vollmer
c2e9b311e9 remove lib/album.lib.php and move its two functions into album class, corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules) 2008-08-31 15:57:33 +00:00
Karl 'vollmerk' Vollmer
c1970f2f39 massivly simplify parse_url() and make it so random urls show up correctly in the localplay playlist 2008-08-31 15:39:40 +00:00
Karl 'vollmerk' Vollmer
9edfed6e61 ending \n required for shoutcast playlist 2008-06-12 15:33:38 +00:00
Karl 'vollmerk' Vollmer
71dd578037 slight tweaks to the shoutcast controller, fliter out non 44100 rate files also fix a typo 2008-06-12 06:38:09 +00:00
Karl 'vollmerk' Vollmer
1e6ef4b8a0 prevent non-mp3s from being passed to poor old shoutcast 2008-06-03 07:27:02 +00:00
Karl 'vollmerk' Vollmer
9803be045b removed some more references to the genre stuff, added ability to customized what is considered a prefix on albums and artists (requires update of config file) added next and stop to the shoutcast localplay controller 2008-05-25 23:55:35 +00:00
Karl 'vollmerk' Vollmer
f1d54c38ef fixed shoutcast doodly so it actually reads its own configuration 2008-05-21 09:10:19 +00:00
Karl 'vollmerk' Vollmer
d00617752f wups 2008-05-20 15:16:28 +00:00
Karl 'vollmerk' Vollmer
2b94dfeefa added a bit of debugging 2008-05-20 15:04:55 +00:00
Karl 'vollmerk' Vollmer
d22c6ea78f initial work on a shoutcast doodly, fix the translations while I am at it :S 2008-05-20 05:33:26 +00:00