Pre-Build of Ember Media Manager 2.0.0
Some announced features has been postponed because of bigger chances in code than expected.
Known bugs:
- genre text is still missing in main window
- runtime is still missing in main window
- Kodi Interface logging/message needs some serious rework
Changelog 1.11.0:
-
added: season title blacklist for generic titles (default list contains all known generic season titles that TMDb uses). All generic season titles will be wiped from the database during database upgrade.
-
fixed: missing translations in all Edit dialogs, Custom Scraper and other places
-
fixed: issues with IMDB rating
-
fixed: "Exact matches" in IMDb search result dialog can't be selected
-
fixed: play video/trailer buttons do not work
-
fixed: inital directory for "Local Image" in Edit dialogs is not the video file containing directory
-
fixed: "Open in Explorer" in tv shows now open the tv show folder instead of the parent folder
-
fixed: invalid characters in movieset title are not replaced with "_" for Kodi Matrix file name defaults (requirement for Kodi Matrix build-in movieset image support)
-
fixed: TMDb season information is not scraped while tv show scraping
-
fixed: renamer does not replace "/" and "" in movieset title
-
fixed: database can't find existing moviesets by TMDb ID while adding new movies
-
fixed: Moviesets can't be edited (also added a better check and message if one ore more movies inside a movieset are offline)
-
changed: combined all "sort tokens" into one general setting
-
changed: default movieset fanart filename from "fanart1.jpg" to "fanart.jpg"
-
removed: "ListTitle" from database (will now be generated on-the-fly)
-
removed: XMLViewer (broken and no longer in use)
-
code: clsAPIDatabase.vb cleanup
-
code: renamed "SetTitle" to "Title" in table sets
-
code: renamed "ReleaseDate" to "premiered" in table movie
-
code: new type of List(Of String) for some settings