Du bist nicht angemeldet.
Im oben zitierten Thread gibt es einen Download mit einer Beispielumsetzung (macht mehr als nur die Filmbilder).
* Anpassung von Konfigurationsdateien ist nicht nötig.
* Die Bilder werden im Verzeichnis res/images (also "neben" res/database) gesucht.
* Unerstützt werden png und jpg.
* Bilder werden für Werbuung, Programme und "Eigenproduktionen" unterstützt.
* Für Werbung(ad-Tag) und Eigenproduktionen (scripttemplate-Tag) muss der Dateiname der GUID aus der Datenbank entsprechen (und dann die entsprechende Dateiendung).
* Für Programme inkl. Serien (programme-Tag) ist der Dateiname "data-"+GUID, also "data-abc.png", falls die GUID in der Datenbank "abc" ist.
* Bei Serien kann jede Folge ein eigenes Bild haben (GUID des Kindelements) ansonsten wird das Bild entsprechend des Elternknotens genommen.
Keine Änderung in den XML-Daten.
Images einfach in res/images ablegen.
Wenn ein abc123.jpg existiert (abc123 für die GUID eines Datenbankeintrags) für eine Werbung oder ein Drehbuch(-episode), wird es angezeigt, ansonsten Fallback auf generisches Standard-Image.
Programme-Einträge (Filme etc), egal ob fiktiv oder real, genauso, müssen aber "aus Gründen" ein vorangestelltes data- haben, also data-abc123.jpg .
Unterstützte Formate sind .jpg oder .png, in Planung sind weitere (v.a. .webp) .
Ideale Image-Größe ist (derzeit) 220x170, automatisch skaliert wird aber zur Not auch.
https://github.com/TVTower/TVTower/pull/1345
Super das der Vorschlag umgesetzt wurde!
Aber wie stelle ich denn nun den Bezug einer Grafikdatei zu einem XML-Eintrag (z.B. einem Programm) her? Ich sehe kein neues Feld in der XML, wo ich den Verweis zur Grafikdatei erstelle?
Und welche Grafikformate werden überhaupt unterstützt?
good work
thanks
Feature ist nun live in 0.8.4, und die Bilder gibt's auch. 
> Is there any new information regarding images for programmes?
News about development of that feature will be rather on github than here.
Currently no activity. The proof of concept PR is just to illustrate that it would be possible to include custom movie images. At the moment, I don't see that the movie database would be the place to link entries with custom images.
Is there any new information regarding images for programmes?
As I understand it, you want to make a directory with images and a separate resource_program_pictures.xml file with links to them?
Can I upload a link to the file with the images of the videos and ads here?
These images would look great in the game. There are still posters for them, but that would be too much to introduce when buying the license 
> would not need to provide dozens of copies of the same image (e.g. for a episodes of a series)
I think pictures for individual episodes will be the exception. So it would be good if the (first) fallback would be the ID of the series. Though of course we also have different seasons now, for which the pictures will probably be duplicated. But apart from that I think duplications will be the exception.
> is more work on "our end".
Yes for sure. Can users at least already separate out their contribution to that resources.xml file (e.g. resource_program_pictures.xml) so that there would be no potential conflicts when it comes to updates?
In that case we should provide the role model (create a resource_program_pictures.xml) with some already with some public domain pictures.
Also it seems when it comes to supporting screenplays there is still some code to implement either way. (Some screenplays are based on real material, for others AI image generators could be used, so there'll be requests for that feature eventually too I guess.)
I am not sure about the best way to include the movie images. Registering them explicitly as in the proof-of-concept PR has the advantage that you would not need to provide dozens of copies of the same image (e.g. for a episodes of a series). Also it may not be too bad (I think), because you could provide a folder include images along with the xml file which you then include in config/resources.xml. And it is the easiest to implement.
Auto-registration of images located somewhere is more work on "our end".
That's great, can you upload them somewhere? (Maybe not github, may be legally problematic.)
Current PR with instructions what end user will have to do is here https://github.com/TVTower/TVTower/pull/1141 (maybe a bit cumbersome and will be hard for them to maintain?).
Curious about which commercials you got. I'm thinking about restructuring to separate "fictional" from "real" ads so that end-users can help themselves here, but so far the humor of many ads is based on the spoofing, in which case they shouldn't be easily changeable I think.
I have plenty of images from movies and commercials at a resolution of 374 x 254. I can share them, just for personal use of course. How will it be possible to substitute standard images from movies and commercials.