rage thumb - use titles for movies - it seems some have titles metadata

v-0.4.0
Carsten Haitzler 7 years ago
parent 00a46790b7
commit f30092f35d
  1. 4
      src/bin/thumb.c

@ -50,7 +50,7 @@ _cb_loaded(void *data, Evas_Object *obj, void *info EINA_UNUSED)
if (is_audio)
{
albumart_find(file, title, artist, album, NULL,
albumart_find(file, artist, album, title, NULL,
_cb_fetched, (void *)file);
return;
}
@ -72,7 +72,7 @@ _cb_loaded(void *data, Evas_Object *obj, void *info EINA_UNUSED)
if (is_movie)
{
albumart_find(file, NULL, NULL, NULL, "film poster",
albumart_find(file, NULL, NULL, title, "film poster",
_cb_fetched, (void *)file);
return;
}

Loading…
Cancel
Save