2021-06-14, 00:13
(2021-06-13, 23:36)Daydream Wrote: The Premiere Date (new info) <-> Year (old info) relationship is a bit funny. Year gets imported from the old database and is displayed as a column on left, but scraping any other single info field for a movie (say ratings) will wipe it clean until the premiere date info (or the whole movie) is (re)scraped too and Year gets computed from that. Not a big deal, just saying.Have to check that. The year is still present because of the filter but it will (should) be parsed from the premiered date if you do a rescrape. The field in the database is still named "releasedate" becous I've forgot to change that. But i should'nt be cleaned if something other has been scraped.
(2021-06-13, 23:36)Daydream Wrote: That brings me to ask what new things does the new database have? The online description is for ver 4.3 and we are at 4.7. A billion years ago I believed I asked if EMM can store the resolution of the media art too. Cause that will lead to automatic views the likes of "show only movies with poster/fanart/whatever art size less than" so I'd know what media I have to work on to improve its art.I've just updated the overview (I've completely forgotten this "feature").
In 3.0 the resolution of art will be stored in the database. I started to add this feature also to 2.0 but I have rejected it again because i wanted to get the latest release ready. Ember now is a "feature freeze" state and after I've fixed the last mainor bugs I will release it as 2.0 and restart working on 3.0 (after a break of more than a year
(2021-06-13, 23:36)Daydream Wrote: Do you have any thoughts on switching to color media flags? Could you share some info/thoughts here as I'm not sure what's the intention is. The flags are not the size of what Kodi uses in (some of its) skins. They're smaller and then the size gets doubled up or something when displayed. Not sure if this is some mechanism meant to deal with the DPI settings of displays or something else. Anyways I custom made my own. Maybe the set of flags can be added to theming, so they would have a separate location and not be wiped out at every EMM update?I thinks that's something with the Windows scaling. WindowsForms (the GUI engine of .NET) is years old and not really made for scaling. There are a few option to set the scaling by DPI or something other, but i never invested time to learn how that works.
I don't want invest time in new icons (I'm not a designer and i tooks to long to create fancy icons and flags) but I can see if I can implement your wish for a separate location for custom images inside the "profiles" folder.
(2021-06-13, 23:36)Daydream Wrote: Taking about rating/media flags... Now that EMM displays a lot more ratings, a very long movie name combined with showing a lot of columns on the left section, will push its allowed space into the flags area, cutting them out. (i.e. "Birds of Prey (and the Fantabulous Emancipation of One Harley Quinn)" with cut into IMDB/Metacritic/TheMovieDB flag space). Maybe the movie name can be broken on multiple lines if it exceeds a certain length?Just buy a bitter monitor . I've a 21:9 and it's perfect!
Now, i know. You can try to reduce the character size in the theme. The top part is a table with 2 main columns and at some point the screen is to small to display all the flags and text. As i said, i don't want to invest time in coding that will be obsolete with version 3.0.