- 20 Aug, 2007 2 commits
-
-
Rafaël Carré authored
-
Pierre d'Herbemont authored
control/dynamic_media_list.c: New dynamic media list object. It shouldn't have great performances, but could easily be improved. The idea is to have create a media list using the item of an other that matches a certain query.
-
- 19 Aug, 2007 38 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
* control/media_list.c: Implement _set_name _add_from_file.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Damien Fouilleul authored
glx: fixed startup crash, which seems to be triggered by an x.org optimization, the GLX module seems to be loaded when it is queried upon, and released when the display is closed. Therefore, checking for GLX with a temporary display and using GLX apis with another will crash it.
-
Rafaël Carré authored
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
Adds CONFIG_ITEM_PASSWORD for showing stars in preferences dialog (still to be implemented in interfaces)
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Only reload album art in the HTTP interface if the track id changes (or if the user clicks on the album art to force a reload).
-
Christophe Mutricy authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
* Allow getting album art for items which aren't playing (using /art?id=<the playlist id> instead of /art). (You need to run with --album-art 2 if you want to have album art for items which haven't already played) * Workarround a stupid assert in input_GetItem.
-
Rafaël Carré authored
Ogg/flac doesn't work (yet)
-
Rémi Denis-Courmont authored
Also remove the volatile qualifier. No, volatile does not magically solve threading bugs, sorry I too have tried this "easy" path, it does REALLY NOT WORK. volatile only solves signals concurrency, not threads concurrency.
-
Rémi Denis-Courmont authored
By the way, using asprintf(&ptr)/free(ptr) to determine the length of a string is really lame, when you can do the same with snprintf(NULL, 0);
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
Fix playlist_item_t.i_id vs input_item_t.i_id mess in HTTP interface. (Looks like this was new in 0.9.0. Having 2 differents integer ids, one being used to play and the other needed to delete the item is kind of awkward.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Gildas Bazin authored
-
Ilkka Ollakka authored
Googleimage to use artist-tag and do url-encode (example taken from http://www.redwiki.net/wiki/wiki.php/LUA/URLencode%B1%B8%C7%F6%C4ڵ%E5 )
-
Ilkka Ollakka authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-