[mythtv-users] Upload video cover from mythweb

Josu Lazkano josu.lazkano at gmail.com
Wed Apr 23 07:32:56 UTC 2014


Hello both and thanks for your replys,

Here is where mythweb upload the cover:
https://github.com/MythTV/mythweb/blob/master/modules/video/edit.php#L57

I try to change the cover in the frontend and it works great, but for
me is faster to make it from the mythweb.

My system language is set to english, this is what happens when I
search for details in a movie:

Before search:

mysql> SELECT title,filename,coverfile,director FROM videometadata
WHERE filename="Peliculas/Peliculas HD/La milla verde.mkv";
+----------------+-------------------------------------------+-----------+----------+
| title          | filename                                  |
coverfile | director |
+----------------+-------------------------------------------+-----------+----------+
| La milla verde | Peliculas/Peliculas HD/La milla verde.mkv |
  | Unknown  |
+----------------+-------------------------------------------+-----------+----------+

After search: (pressing W in the video library)

mysql> SELECT title,filename,coverfile,director FROM videometadata
WHERE filename="Peliculas/Peliculas HD/La milla verde.mkv";
+----------------+-------------------------------------------+------------------+----------------+
| title          | filename                                  |
coverfile        | director       |
+----------------+-------------------------------------------+------------------+----------------+
| The Green Mile | Peliculas/Peliculas HD/La milla verde.mkv |
497_coverart.jpg | Frank Darabont |
+----------------+-------------------------------------------+------------------+----------------+

It works as expected, but I want to have the title in spanish.

I think the problem is related to Apache, but I don't know how to fix it.

Thanks and kind regards.

-- 
Josu Lazkano


More information about the mythtv-users mailing list