Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yank out the Flash player by the roots. | Paul Arthur | 2013-01-28 | 6 | -133/+0 |
| | |||||
* | Make playlist downloads idempotent | Paul Arthur | 2013-01-15 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | 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 | -19/+30 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | fix typo on get_class() check causing it to not identify song objects correctly | Karl 'vollmerk' Vollmer | 2009-05-11 | 1 | -0/+0 |
| | |||||
* | maybe fix #404, unconfirmed implemented #405 other misc cleanup | Karl 'vollmerk' Vollmer | 2009-03-01 | 1 | -37/+5 |
| | |||||
* | bump xspf jukebox version | Karl 'vollmerk' Vollmer | 2009-01-28 | 1 | -0/+0 |
| | |||||
* | fixed a problem where random urls were not being used by the flash player | Karl 'vollmerk' Vollmer | 2008-11-14 | 1 | -2/+1 |
| | |||||
* | Commit, still no internet paying for it.. curse you free.fr | Karl 'vollmerk' Vollmer | 2008-10-27 | 1 | -3/+1 |
| | |||||
* | new flash player that still does not work, fixed some bad references to the ↵ | Karl 'vollmerk' Vollmer | 2008-04-11 | 1 | -0/+0 |
| | | | | ellipsis thresholds | ||||
* | few more copyright updates | Karl 'vollmerk' Vollmer | 2008-01-06 | 2 | -6/+39 |
| | |||||
* | new version of the flash player, fixes a playlist repeat bug | Karl 'vollmerk' Vollmer | 2007-11-04 | 1 | -0/+0 |
| | |||||
* | switched to lacy morrows flash player, allows skinning.. (Thx hugoh) | Karl 'vollmerk' Vollmer | 2007-10-15 | 8 | -1/+53 |
| | |||||
* | more tweaks, hopefully fixing the flash player mostly needs to be embeded to ↵ | Karl 'vollmerk' Vollmer | 2007-07-29 | 1 | -3/+31 |
| | | | | fix some remaining bugs | ||||
* | missed some requires, tweaked the lastfm class and removed an unused ↵ | Karl 'vollmerk' Vollmer | 2007-07-05 | 3 | -0/+1 |
| | | | | function from general | ||||
* | moved back to a GPL flash player for 3.4 codebase, fixed some stream issues ↵ | Karl 'vollmerk' Vollmer | 2007-07-05 | 7 | -241/+4 |
| | | | | (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation | ||||
* | Embedded the flash player & fix for admin>users | pb1dft | 2007-03-07 | 1 | -0/+0 |
| | |||||
* | tweaked album of the moment mojo and theoritical fix for flash player | Karl 'vollmerk' Vollmer | 2007-01-08 | 1 | -0/+2 |
| | |||||
* | Updated flash player | pb1dft | 2007-01-04 | 1 | -0/+0 |
| | |||||
* | Added new flash player and fixed a lot of other problems. Implemented Export ↵ | pb1dft | 2006-11-13 | 5 | -7/+232 |
| | | | | to ItunesDB | ||||
* | ok this is ugly but it works | Karl 'vollmerk' Vollmer | 2006-10-30 | 1 | -0/+46 |
| | |||||
* | wups forgot the file I moved | Karl 'vollmerk' Vollmer | 2006-10-29 | 1 | -0/+0 |
| | |||||
* | moving some stuff around, fixed a few stylesheet bugs and a sorting issue on ↵ | Karl 'vollmerk' Vollmer | 2006-10-29 | 6 | -263/+10 |
| | | | | albums | ||||
* | Added the needed flash files for a flash based player | pb1dft | 2006-10-09 | 5 | -0/+263 |