- 14 Sep, 2005 7 commits
-
-
Christophe Massiot authored
-
Derk-Jan Hartman authored
* Better fix for [12521]. Previous fix resulted in the playlist forgetting it's position if you did a play / stop / play sequence. This is the CORRECT fix.
-
Derk-Jan Hartman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Yoann Peronneau authored
- sorting - show/hide hidden files (with '.')
-
Derk-Jan Hartman authored
-
- 13 Sep, 2005 13 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Yoann Peronneau authored
* modules/gui/ncurses.c: use <space> in the filebrowser to add the selected directory to the playlist.
-
Gildas Bazin authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Gildas Bazin authored
-
Benjamin Pracht authored
* Work around the fact reading from http never returns EOF * Dirty hack to avoid segfault on exit if we don't open at least a valid file
-
Christophe Massiot authored
-
Benjamin Pracht authored
-
Benjamin Pracht authored
-
Benjamin Pracht authored
* Now MRLs such as ssh://user:pass@server work.
-
Christophe Mutricy authored
-
- 12 Sep, 2005 14 commits
-
-
Benjamin Pracht authored
* MRLS are of the form gnomevfs://ssh://user:pass@ (if anybody has something better) * Still some issues with some accesses (smb for instance) where it seems it required to open the directory in which the file is before opening the file itself.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Prevent the autoplay function from playing the Shoutcast url for the xmllist. The SD modules already does this by itself. (fixes #8)
-
Derk-Jan Hartman authored
-
Felix Paul Kühne authored
* use the current copyright scheme in the about-box; removed a useless colon introduced in the last commit
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
only take into account "stable" releases when release_type == stable stable and testing when == testing stable, testing and nighlty when == nightly all when != (still need a way to change release_type in the intf ... i'm lazy. default set to "testing")
-
Antoine Cellerier authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Fixes a problem where playlist_Play was playing items that were no longer in the playlist. (Play item, playlist_Stop, remove item, add new items (enqueue), playlist_Play, and you would get the old item). This fixes it, but i think it might be a problem that actually resides deeper in the playlist core.
-
Derk-Jan Hartman authored
* Up the mms caching from 3200 ms to 5000ms. (unfortunately this is needed for a large number of streams)
-
Steve Lhomme authored
-
- 11 Sep, 2005 6 commits
-
-
Benjamin Pracht authored
* Loop at the beginning of the playlist instead of the beginning of the current node when loop is enabled This should be the right fix, but testing is welcomed.
-
Olivier Teulière authored
* skins2/vars/playtree.cpp: removed some debug lines
-
Gildas Bazin authored
-
Steve Lhomme authored
-
Felix Paul Kühne authored
* save the prefs only shortly before the app exits (makes the utilisation of the extended-panel much faster)
-
Christophe Massiot authored
-