2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add some utf8 validation More... over 18 years ago
use taglib if present for getting metadata for the main playlist view as well More... over 18 years ago
track file mtime vs. metadata_loaded time to notice when a file's metadata might be updated externally More... over 18 years ago
add chinese (simp) translation (sheng feng zhou) More... over 18 years ago
disable autohide in a couple more situations, change mouse cursor to hourglass when we freeze (though it would be nice just to eliminate the freeze...) More... over 18 years ago
* clean up taglib checks * update todo * check for xine_plugins_garbage_collector() and call after xine_open() if present. this should reduce memory usage considerably. only avail in xine-lib >= 1.0.1 * fix --verbose and --debug options More... almost 19 years ago
remove double call More... almost 19 years ago
handle xine's MRL_REFERENCE signal by just taking the first entry in the playlist and playing that. this should solve the problem of ASX playlists being opened by xine properly, but not being playable directly (bug 1079) More... almost 19 years ago
add metadata tag editor. requires taglib (bug 980) More... almost 19 years ago
update-po, update news More... almost 19 years ago
add option to perform action on tray icon middle click (bug 1087) More... almost 19 years ago
add ChangeLog.bak to svn:ignore More... almost 19 years ago
add check for taglib More... almost 19 years ago
get rid of annoying dbg statement More... almost 19 years ago
update todo More... almost 19 years ago
update news More... almost 19 years ago
implement some sorting options when adding directories recursively. this code is pretty icky, but i can't think of a better way to do this at present, so... meh. there may be some memleaks, but i'll have to look into it later, or just wait until people complain. (bug 507) More... almost 19 years ago
add -j/--jump-to-file option to xfmedia-remote to trigger the jump to file entry box (bug 1020) More... almost 19 years ago
add play/pause toggle option (-t or --toggle) to xfmedia-remote (bug 1021) More... almost 19 years ago
add MimeType= line to .desktop file More... almost 19 years ago
fix short option '-p' so it has an optional (not required) argument More... almost 19 years ago
update es translations (jaime buffery) More... almost 19 years ago
file chooser response handling fix for the 'add directory' box (from jasper) More... almost 19 years ago
allow opening full .wax playlists. revamp the playlist load/save system. playlist type for saving can be specified in the save dialog rather than relying on the extension. More... almost 19 years ago
add support for the 'wax' playlist type, and try the playlist download method if either xine_open() or xine_play() fails, not just xine_open(). this doesn't actually fix the problem of some playlists not working right, but the only way i can fix this is to always check HTTP content-type before opening *any* http:// URL, which i don't want to do at all More... almost 19 years ago
not sure, but possibly fix crash on CD add (bug 852) More... almost 19 years ago
remove spurious include More... almost 19 years ago
make sure to pass the full file path for --playlist-add, --playlist-load, and --playlist-save More... almost 19 years ago
this should hopefully fix the problem of escaped ASCII strings not being added correctly on DnD (bug 1008) More... almost 19 years ago
er, whoops. i need that line. i think this is a sign that i should go to bed. More... almost 19 years ago