summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
Commit message (Collapse)AuthorAgeFilesLines
* divide by 16, seems to work better.. at least for lame... who knowsKarl 'vollmerk' Vollmer2008-08-081-1/+1
|
* make the ip history only clear the old stuff sometimes, also fix rounding ↵Karl 'vollmerk' Vollmer2008-08-061-1/+1
| | | | issues on the downsampling
* sync of fix to trunkKarl 'vollmerk' Vollmer2008-07-111-1/+1
|
* sync of divide by 0 error, also add some debug if they miss a transcode variableKarl 'vollmerk' Vollmer2008-07-111-18/+23
|
* sync to trunkKarl 'vollmerk' Vollmer2008-05-311-1/+1
|
* added direct links back in, added batch download to single artist view, ↵Karl 'vollmerk' Vollmer2008-05-261-4/+13
| | | | removed useless cruft
* first steps of a fix for the xml-rpc streaming and catalogingKarl 'vollmerk' Vollmer2008-04-151-1/+1
|
* fixed some pretty dumb issues with democratic playKarl 'vollmerk' Vollmer2008-03-141-0/+1
|
* fixed the acl issue... sighKarl 'vollmerk' Vollmer2008-03-071-1/+1
|
* major corrections to reading of preferences and a few misc fixes which I ↵Karl 'vollmerk' Vollmer2008-02-291-8/+5
| | | | have now forgotten
* removed ip2int, int2ip custom functions fixed browse issues when adding ↵Karl 'vollmerk' Vollmer2008-02-281-1/+1
| | | | filters in specific order
* helps if you return itKarl 'vollmerk' Vollmer2008-01-271-0/+2
|
* adjust the bitrate validation and only force it to be whole bytesKarl 'vollmerk' Vollmer2008-01-271-25/+0
|
* fixed localplay index problem after track delete, fixed lack of high-light ↵Karl 'vollmerk' Vollmer2007-12-301-0/+10
| | | | of current playing song, fixed problem were second localplay send would kill session of any existing items
* removed duplicate creation of tmpplaylist with flash playerKarl 'vollmerk' Vollmer2007-12-251-16/+3
|
* fixed now playing for the API and lack of session extend when using the APIKarl 'vollmerk' Vollmer2007-12-241-2/+4
|
* fixed an issue with the flash player when the play method was not defaultKarl 'vollmerk' Vollmer2007-12-231-0/+3
|
* fixed issue where streams would start even with no songsKarl 'vollmerk' Vollmer2007-12-231-1/+1
|
* fixed issues with user edit and create, fixed seek errors (Thx Karl Hungus) ↵Karl 'vollmerk' Vollmer2007-12-201-2/+2
| | | | started digging myself out of the session tarded hole I created, API is broken with this commit
* fixed delete disabled and sort_files bin scriptsKarl 'vollmerk' Vollmer2007-12-171-1/+1
|
* fixed some playlist issues, (mime type and selection) cleaned up the ↵Karl 'vollmerk' Vollmer2007-12-161-6/+7
| | | | preferences lib a little more moved a lot into the class, updated references to old functions
* fixed problem with invalid urls being sent to mpd in some casesKarl 'vollmerk' Vollmer2007-12-051-11/+8
|
* broke some stuff, fixed some stuff... commiting before I turn of this boxKarl 'vollmerk' Vollmer2007-12-031-2/+87
|
* fixed access denied display, fixed typo in error log and fixed missing ↵Karl 'vollmerk' Vollmer2007-12-011-1/+1
| | | | artist_songs
* fixed url add to localplay, also changed some play links to addKarl 'vollmerk' Vollmer2007-12-011-0/+4
|
* fixed problem with automatic downsampling, referencing old functionKarl 'vollmerk' Vollmer2007-11-301-2/+0
|
* fixed the page reloads once and for all, had to revert to iframe for ↵Karl 'vollmerk' Vollmer2007-11-251-2/+2
| | | | democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist
* fixed voting up/down and removal of songs from democratic playlist after ↵Karl 'vollmerk' Vollmer2007-11-241-2/+2
| | | | playback
* democratic play on its way to being fixed, can add songs to a playlist, and ↵Karl 'vollmerk' Vollmer2007-11-241-4/+2
| | | | view them ca not play it or delete/vote yet...
* Changed how playlists are sent to browsers so that it works on IE. Hopefully ↵spocky2007-11-221-1/+2
| | | | there won't be side effects. Karl, if feedback is good, I let you cleanup the code :)
* tweak javascript so Flashplayer works on the Wii browserKarl 'vollmerk' Vollmer2007-11-201-3/+10
|
* fixed an album art config parsing problem, Thanks Karl Hungus more work on ↵Karl 'vollmerk' Vollmer2007-11-191-1/+1
| | | | xml class and api mojo, handshake logic in place
* fixed the playlist methods, they all work now... semi-bug where the rightbar ↵Karl 'vollmerk' Vollmer2007-11-141-0/+32
| | | | does not refresh when the playlist is cleared so its not obvious it worked until a manual reload, will fix later
* really fixed downsampling.... :SKarl 'vollmerk' Vollmer2007-10-101-5/+3
|
* fixed acls, fixed transcoding issuesKarl 'vollmerk' Vollmer2007-10-101-0/+110
|
* make the append to playlist actually do somethingKarl 'vollmerk' Vollmer2007-10-021-2/+2
|
* stupid mistake that broke all streamingKarl 'vollmerk' Vollmer2007-09-281-1/+1
|
* ajax loading thingy added to css, fixed random methods on rightbar and added ↵Karl 'vollmerk' Vollmer2007-09-281-7/+25
| | | | a default sort to the browse methods
* made localplay technically work, lots of work to still doKarl 'vollmerk' Vollmer2007-09-201-23/+22
|
* some fixes for the localplay, you can now install the MPD controller, and ↵Karl 'vollmerk' Vollmer2007-09-141-3/+1
| | | | add instances, just not actually play to it... realized I need to think on how to do that a little...
* Don't know why but minus sign in "ampache-playlist.m3u" prevents my ↵spocky2007-08-191-1/+1
| | | | vista/winamp from playing any stream (although a working playlist file is downloaded successfully in temp folder). Underscore seems to be ok.
* fixed single downloads and that annoying minor css issue with albums of the ↵Karl 'vollmerk' Vollmer2007-08-191-0/+21
| | | | moment
* slight tweak to do gcing a little more often, might scale this back laterKarl 'vollmerk' Vollmer2007-07-311-2/+19
|
* fixed now playing, hopefully once and for all, added title text to the now ↵Karl 'vollmerk' Vollmer2007-07-311-8/+77
| | | | playing username that displays the agent they are using to play said song, added distinct sessions and session lengths for each stream instance
* more tweaks, hopefully fixing the flash player mostly needs to be embeded to ↵Karl 'vollmerk' Vollmer2007-07-291-2/+2
| | | | fix some remaining bugs
* added dynamic playlist item support, default and genre currently workKarl 'vollmerk' Vollmer2007-07-241-3/+19
|
* moved back to a GPL flash player for 3.4 codebase, fixed some stream issues ↵Karl 'vollmerk' Vollmer2007-07-051-32/+34
| | | | (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation
* switched over to Dba:: for all vauth functions and deleted independent dba libKarl 'vollmerk' Vollmer2007-06-121-15/+14
|
* removed rewrite of port with force_http_play onKarl 'vollmerk' Vollmer2007-06-101-2/+0
|
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-13/+14
| | | | everything broken