Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yank out the Flash player by the roots. | Paul Arthur | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -103/+103 |
| | | | | | 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. | ||||
* | Move access_denied() from lib/ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Rename tmpPlaylist to Tmp_Playlist | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Cosmetics: clean up heads in / | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | Make playlist downloads idempotent | Paul Arthur | 2013-01-15 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | Should fix the VLC plugin, as well as allow direct use of an Ampache site on Android devices. First, split the Stream class into an instantiable class that does the playlist wrangling and a static class that handles the streaming stuff. How does this work? Well, stream.php does its fancy stuff like gathering the media IDs and clearing the playlist, but instead of generating the playlist file there we use the Stream_Playlist class to store the list of URLs in the database, then redirect to play/index.php to create the actual download (there are some magic playlist types like localplay that don't need to redirect.) The playlist will be cached as long as that stream session is active, so it can be downloaded multiple times and by clients that don't share the browser's cookie cache. Clean up the playlist generation by reducing copypasta. | ||||
* | Yank obsolete batch download stuff from stream.php | Paul Arthur | 2013-01-15 | 1 | -42/+22 |
| | |||||
* | Some cleanup of the switch in stream.php | Paul Arthur | 2013-01-15 | 1 | -8/+8 |
| | | | | | Add correct array indices to hand-crafted arrays in single_song and download cases. Yank unimplemented popular stuff. | ||||
* | Switch from print_r to json_encode in debug output | Paul Arthur | 2012-11-13 | 1 | -1/+2 |
| | |||||
* | Clean up uses of Config::set and Config::set_by_array | Paul Arthur | 2012-03-06 | 1 | -1/+1 |
| | | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -6/+1 |
| | | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. | ||||
* | header comment replace for phpdoc | momo-i | 2011-02-03 | 1 | -18/+30 |
| | |||||
* | More useful debug output from stream.php | Paul 'flowerysong' Arthur | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -1/+3 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -42/+42 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Remove dead files and fix single song download | Karl 'vollmerk' Vollmer | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | add download for video that does not work, and most likely break song ↵ | Karl 'vollmerk' Vollmer | 2009-05-15 | 1 | -1/+2 |
| | | | | downloads \o/ | ||||
* | Update HTML header for RTL language. | momo-i | 2009-05-06 | 1 | -0/+1 |
| | | | | add debug_event for stream type check | ||||
* | fix missing page headers on democratic playlist, also show the voters | Karl 'vollmerk' Vollmer | 2009-03-11 | 1 | -4/+2 |
| | |||||
* | maybe fix #404, unconfirmed implemented #405 other misc cleanup | Karl 'vollmerk' Vollmer | 2009-03-01 | 1 | -7/+3 |
| | |||||
* | make the httpq and mpd controlers understand live stream urls | Karl 'vollmerk' Vollmer | 2009-02-28 | 1 | -4/+0 |
| | |||||
* | unify how the stream is constructed and played, this is a major change might ↵ | Karl 'vollmerk' Vollmer | 2009-02-28 | 1 | -48/+23 |
| | | | | be some regressions | ||||
* | fix edit links, and some interface issues I created with other changes | Karl 'vollmerk' Vollmer | 2009-02-09 | 1 | -1/+0 |
| | |||||
* | Add very basic buggy as crap video support, fix a few other minor bugs with ↵ | Karl 'vollmerk' Vollmer | 2009-02-02 | 1 | -5/+5 |
| | | | | playlists and random elements | ||||
* | fixed flash player issues with specific playlist_methods | Karl 'vollmerk' Vollmer | 2008-05-05 | 1 | -4/+3 |
| | |||||
* | minor fixes to the playlist, fixed up the democratic playlist kinda, still ↵ | Karl 'vollmerk' Vollmer | 2008-03-10 | 1 | -1/+1 |
| | | | | does not work completely | ||||
* | major corrections to reading of preferences and a few misc fixes which I ↵ | Karl 'vollmerk' Vollmer | 2008-02-29 | 1 | -8/+8 |
| | | | | have now forgotten | ||||
* | fixed sending to localplay for democratic playlist | Karl 'vollmerk' Vollmer | 2008-01-04 | 1 | -1/+1 |
| | |||||
* | reimplemented the session function check | Karl 'vollmerk' Vollmer | 2007-12-25 | 1 | -17/+1 |
| | |||||
* | fixed some playlist issues, (mime type and selection) cleaned up the ↵ | Karl 'vollmerk' Vollmer | 2007-12-16 | 1 | -1/+6 |
| | | | | preferences lib a little more moved a lot into the class, updated references to old functions | ||||
* | fixed url add to localplay, also changed some play links to add | Karl 'vollmerk' Vollmer | 2007-12-01 | 1 | -1/+0 |
| | |||||
* | slight tweak to prevent the user from trying to loop their democratic play | Karl 'vollmerk' Vollmer | 2007-11-25 | 1 | -0/+6 |
| | |||||
* | democratic play working, if still slightly sketchy | Karl 'vollmerk' Vollmer | 2007-11-24 | 1 | -0/+5 |
| | |||||
* | fixed the playlist methods, they all work now... semi-bug where the rightbar ↵ | Karl 'vollmerk' Vollmer | 2007-11-14 | 1 | -0/+6 |
| | | | | does not refresh when the playlist is cleared so its not obvious it worked until a manual reload, will fix later | ||||
* | fixed single downloads and that annoying minor css issue with albums of the ↵ | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -6/+7 |
| | | | | moment | ||||
* | added dynamic playlist item support, default and genre currently work | Karl 'vollmerk' Vollmer | 2007-07-24 | 1 | -1/+9 |
| | |||||
* | - Added Live Stream (Internet Radio) support | Karl 'vollmerk' Vollmer | 2007-07-23 | 1 | -1/+23 |
| | | | | | | | - New Database Update corrects some issues and makes internet radio possible - Fixed ratings - Added new Transcode preference, doesn't do anything yet - New "Radio Stations" browse type | ||||
* | fixed a bug that was causing the entire playlist to be cleared on playback ↵ | Karl 'vollmerk' Vollmer | 2007-06-12 | 1 | -1/+0 |
| | | | | due to a playlist prune | ||||
* | switched over to Dba:: for all vauth functions and deleted independent dba lib | Karl 'vollmerk' Vollmer | 2007-06-12 | 1 | -11/+10 |
| | |||||
* | added clear and play to the basket | Karl 'vollmerk' Vollmer | 2007-05-13 | 1 | -0/+3 |
| | |||||
* | fixed up part of single album view, show songs is all gone, working on ↵ | Karl 'vollmerk' Vollmer | 2007-04-23 | 1 | -2/+2 |
| | | | | replacement browse method | ||||
* | added favorite X play links | Karl 'vollmerk' Vollmer | 2007-04-23 | 1 | -1/+19 |
| | |||||
* | it technically logs in and streams.. but thats it, complete rewrite almost ↵ | Karl 'vollmerk' Vollmer | 2007-04-23 | 1 | -0/+150 |
everything broken |