summaryrefslogtreecommitdiffstats
path: root/modules/flash
Commit message (Collapse)AuthorAgeFilesLines
* Yank out the Flash player by the roots.Paul Arthur2013-01-286-133/+0
|
* Make playlist downloads idempotentPaul Arthur2013-01-151-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 crapPaul Arthur2011-04-041-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 phpdocmomo-i2011-02-031-19/+30
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-1/+1
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* fix typo on get_class() check causing it to not identify song objects correctlyKarl 'vollmerk' Vollmer2009-05-111-0/+0
|
* maybe fix #404, unconfirmed implemented #405 other misc cleanupKarl 'vollmerk' Vollmer2009-03-011-37/+5
|
* bump xspf jukebox versionKarl 'vollmerk' Vollmer2009-01-281-0/+0
|
* fixed a problem where random urls were not being used by the flash playerKarl 'vollmerk' Vollmer2008-11-141-2/+1
|
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-3/+1
|
* new flash player that still does not work, fixed some bad references to the ↵Karl 'vollmerk' Vollmer2008-04-111-0/+0
| | | | ellipsis thresholds
* few more copyright updatesKarl 'vollmerk' Vollmer2008-01-062-6/+39
|
* new version of the flash player, fixes a playlist repeat bugKarl 'vollmerk' Vollmer2007-11-041-0/+0
|
* switched to lacy morrows flash player, allows skinning.. (Thx hugoh)Karl 'vollmerk' Vollmer2007-10-158-1/+53
|
* more tweaks, hopefully fixing the flash player mostly needs to be embeded to ↵Karl 'vollmerk' Vollmer2007-07-291-3/+31
| | | | fix some remaining bugs
* missed some requires, tweaked the lastfm class and removed an unused ↵Karl 'vollmerk' Vollmer2007-07-053-0/+1
| | | | function from general
* moved back to a GPL flash player for 3.4 codebase, fixed some stream issues ↵Karl 'vollmerk' Vollmer2007-07-057-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>userspb1dft2007-03-071-0/+0
|
* tweaked album of the moment mojo and theoritical fix for flash playerKarl 'vollmerk' Vollmer2007-01-081-0/+2
|
* Updated flash playerpb1dft2007-01-041-0/+0
|
* Added new flash player and fixed a lot of other problems. Implemented Export ↵pb1dft2006-11-135-7/+232
| | | | to ItunesDB
* ok this is ugly but it worksKarl 'vollmerk' Vollmer2006-10-301-0/+46
|
* wups forgot the file I movedKarl 'vollmerk' Vollmer2006-10-291-0/+0
|
* moving some stuff around, fixed a few stylesheet bugs and a sorting issue on ↵Karl 'vollmerk' Vollmer2006-10-296-263/+10
| | | | albums
* Added the needed flash files for a flash based playerpb1dft2006-10-095-0/+263