Media Hoarder v1.5.2 - Iron Man #123
theMK2k
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Media Hoarder v1.5.2 Changelog
I'm happy to announce the new major update of Media Hoarder v1.5.0 which has been a work in progress for quite some weeks now. The biggest work has been done under the hood by updating vital libraries, like Electron, Vue and Vuetify.
Lots of optimizations and fixes are included already but more are on the roadmap for minor updates in the 1.5.x series. Actually, IMDB are once again forcing my hand so I have to relase 1.5.0 now because scraping the posters needed an immediate update, but that's ok :)
With the updated Electron we now have the following changes:
New Linux builds:
Updated MacOS build: we can provide a universal build (x64 + Apple Silicon). Before, we only had an x64 build which could be run on Apple Silicon as well but it had to be emulated.
The Chrome browser engine is updated as well, so a previously broken AI (ChatGPT) integration is now working again.
The theme has been updated to a more darker one with higher contrast, the layouts have been updated and font sizes have been unified.
Updates in 1.5.2
Features
Media Hoarder now supports zooming in and out of the UI. This is especially useful for users with high resolution displays who want to make the UI bigger and easier to read. The zoom level can be adjusted in the settings or with keyboard shortcuts and mouse wheel. The zoom levels are stored and survive restarts.
Zoom ranges: 50% - 300%
Adjustable in
Settings | Generalor everywhere withCTRL++/-orCTRL+ mouse wheelup/downFixes
Updates in 1.5.1
Features
Details
Added "IMDB Votes" filter - you can now filter movies and series by their popularity
Details
Media Hoarder now scrolls to the last watched episode and flashes it for a short time when a series is opened (this is also accessible via the list menu)
Fixes
Updates in 1.5.0
New Features
Optimized Metadata Rescans
Until now, when you ran a global rescan of your media, every new found item (no matter if it was just a movie file moved to a different location or a copy of a tv series) would mean that all the IMDB meta data is scraped again from scratch. With v1.5.0, Media Hoarder detects if a file has been moved or copied and re-uses the existing meta data which leads to much improved rescan times. This behavior is enabled by default and can be disabled with the
re-use already scraped IMDB metadataoption in Settings | Duplicates.New Sidebar Features
Details
The sidebar can now be resized by dragging its right border.
Details
Filter values now have an eye icon which when pressed shows the dialog listing the movies and series that contain the value (e.g. "Year 2023", "Action genre", "3 star rating").
Media Property Dialogs and Media Item Cards
Details
Media property dialogs can now stack indefinitely on top of each other (e.g. actor on top of another actor on top of a director), filtering by the property is possible at any level.
Details
Series in compact lists (e.g. in person dialog) now allow to show the series.
Details
Media Item Cards can now be expanded if they are popped in from dialogs.
Optimizations
Cache for loading filter values
In many cases when using Media Hoarder, the media (movies, series, episodes) stay unchanged, at least until the next media scan. Also, oftentimes the filters are unchanged as well.
Before, the filters and especially the number of media per filter value were re-calculated every time the media list was loaded. This process takes significant time. With v1.5.0 a caching mechanism for the filters has been implemented which leads to much faster loading times in those cases.
Dialog for Rescanning Meta Data of Series
Details
When initiating a meta data rescan of a series, a dialog will ask if you just want to rescan the meta data of the series or if you also want to rescan the meta data of the episodes (which takes much more time). The dialog is also shown when the meta data rescan is initiated from the list actions menu (top right corner).
Series source paths are now sorted by their name in the Settings page.
Fixes
This discussion was created from the release Media Hoarder v1.5.2 - Iron Man.
All reactions