Releases: theMK2k/Media-Hoarder
Media Hoarder v1.4.1 - Jean Luc Picard
Media Hoarder v1.4.1 Changelog
- SCRAPER: Release Info - primary title fix
Media Hoarder v1.4.0 Changelog
After several months of development, I am proud to present the next version of Media Hoarder which finally introduces TV series support and with that Episodes Heatmaps.
My thanks go to kolbdog323 for their continuous support and feedback during the development of this feature.
TV Series Support
Watch the following video to see the new TV series support in action:
Please read here about how Media Hoarder expects series to be organized: feature-series/docs/01-Media-Storage.md
-
With Media Hoarder supporting TV series, you can now:
- configure source paths for series
- browse series (also filter, search and sort by numerous meta data)
- click "into" a series to browse and sort it's episodes
-
All Dialogs now support series
- many dialogs show lists of movies and series (e.g. the ones a certain director has worked on)
- you can now also click on any item in those lists and see details as well as play the movie/episode
-
Show a heatmap of all episodes based on IMDB ratings by clicking the series rating
- click each episode to see details and play the episode
Other Features
-
Added HDR variants to the Video Quality section
- Media Hoarder now detects the following HDR variants: "HDR10", "HDR10+", "DV", "HLG"
- the HDR variants are shown in the media entries of the main list
- when clicked, you can see details about a certain HDR variant
- Filter section "Video Quality" also contains these entries
-
enhanced rescan summary
- see how many movies/series/episodes have been added/updated/removed
- click on Details: see changes on individual movies, series down to the files involved
- go to Settings and review past rescans (details on click)
- calculate collection sizes (dashboard shows the sizes)
- see how many movies/series/episodes have been added/updated/removed
-
UI: add "w2wTV" button for Series and Episodes which opens up https://whattowatchon.tv with the series pre-selected
-
Search Data Dialog (and other dialogs): show role of person/company
-
clicking a media item in one of the smaller lists, shows the item's details and possibility to play
-
Allow user to define audio / subtitle languages
Changelog of the 1.4.0 beta phase (click to expand)
v1.4.0-b6
IMDB Scraper
- SCRAPER: When scanning series, re-rank IMDB search results so that tv-series are higher than movies when detecting the IMDB entry
- closes #61
- SCRAPER: IMDB Scraper updated to properly get genres
v1.4.0-b5
Features (v1.4.0-b5)
- FEAT: do an update check on the beta channel if the build is a beta build
A beta build (like this one) will now do version checks against other beta builds and tell you if a newer beta build is available. The link for downloading is also pointing to the beta releases (and not the Media Hoarder website's download section).
Misc (v1.4.0-b5)
- DB Migrations
- new table: tbl_DB_Migrations
- implement migration runner
v1.4.0-b4
Features (v1.4.0-b4)
- FEAT: add HDR variants to the Video Quality section
Media Hoarder now detects the following HDR variants: "HDR10", "HDR10+", "DV", "HLG".
The HDR variants are shown in the media entries of the main list:
When clicked, you can see details about a certain HDR variant:
Filter section "Video Quality" also contains these entries:
Misc / Fixes (v1.4.0-b4)
The IMDB entry detection (Media Hoarder trying to find the correct IMDB entry for a movie / tv show based on its name and release year) can fail due to different circumstances. Until now, Media Hoarder did not show errors prominently enough.
- SCRAPER: add testIMDBFindPageSearch to testset in UI
- SCRAPER: during the phase of IMDB entry detection, if something fails, the error will be stored in the scraper errors
v1.4.0-b3
Features (v1.4.0-b3)
- FEAT: calculate collection sizes (movies, series, total) before and after a re-scan, show current collection sizes in the home screen (which also now has a link in the navigation bar on the left)
-
FEAT: enhanced rescan summary
- related ticket: #45
- show how many movies/series/episodes have been added/updated/removed
- details dialog where the user can check individual files
- new tab in Settings where past scan sessions are listed (detail dialog on click)
- UI: add "w2wTV" button for Series and Episodes which opens up https://whattowatchon.tv with the series pre-selected
Misc / Fixes (v1.4.0-b3)
- SCRAPER: stop imdb scraping when the tconst is obviously not working
- reworked relative time and duration i18n
v1.4.0-b2
Features (v1.4.0-b2)
- FEAT: Search Data Dialog: show role of person/company
Misc / Fixes (v1.4.0-b2)
- UX: only load filters that are actually shown
- reload filters when "edit filters" is done (only reload those filters that have changed visibility from false to true)
- FIX: series/movies filters are not stored when switching to movies/series and back
- related bug: switching movies <> series may lead to 0 media items, even when pressing reload button
- FIX: clicking on plot keyword in "find plot keyword dialog" does nothing
- FIX: hide items in dialogs that have 0 media (e.g. plot keywords for movies that can only be found in series)
- FIX: prevent filtering and highlighting of searchText in Episodes listing
- DECISION: bring back filters for episodes?
- NOT NOW! this introduces more problems than solutions
- FIX: include description text in search space
- FIX: fast switching during trailer show lags behind
v1.4.0-b1
Features (v1.4.0-b1)
- FEAT: when clicking a media item in one of the smaller lists, show the item's card
- Media Property Dialog
- Trailer Show (LocalVideoPlayerDialog, VideoPlayerDialog)
- Chat GPT Dialog
Misc / Fixes (v1.4.0-b1)
- UX: MediaList: as soon as "sort by" was changed by the user, reset page to 1
v1.3.37-a8
Misc / Fixes (v1.3.37-a8)
- FIX: sort by Season and Episode didn't work anymore
- SCRAPER: Update Plotsummary IMDB Scraper Test
v1.3.37-a7
Features (v1.3.37-a7)
-
UX/SCRAPER: use imdb-graphql-urls.json (also try to fetch them from master in github, this way we can update the urls if imdb changes them - without creating a new release)
-
UX/SCRAPER: propagate actual errors of imdb scraping to the test result (i.e. errors in graphql querying instead of $IMDB_something is NULL)
v1.3.37-a6
Features (v1.3.37-a6)
Series: Media Property Dialog
- FEAT: make series clickable and expand to episodes listing for the selected series, show affected number of episodes vs. total number of episodes
- UX: remove the episodes section (in favor of episodes sections for all listed series)
Series: IMDB Rating Dialog
- FEAT: IMDB Rating heatmap like https://whattowatchon.tv
- make medialist item card a shared component (now used in medialist as well as SeriesIMDBRatingDialog)main list "jumps" and THEN reloads with the filter applied (possibly a fix for another issue)
- prevent certain activities while in IMDB Rating Dialog mode
-
UI: fix z-index for other dialogs on top of the SeriesIMDBRatingDialog
-
UX: globally track MediaPropertyDialog's visibility in order ...
Media Hoarder v1.4.0 - Jean Luc Picard
Media Hoarder v1.4.0 Changelog
After several months of development, I am proud to present the next version of Media Hoarder which finally introduces TV series support and with that Episodes Heatmaps.
My thanks go to kolbdog323 for their continuous support and feedback during the development of this feature.
TV Series Support
Watch the following video to see the new TV series support in action:
Please read here about how Media Hoarder expects series to be organized: feature-series/docs/01-Media-Storage.md
-
With Media Hoarder supporting TV series, you can now:
- configure source paths for series
- browse series (also filter, search and sort by numerous meta data)
- click "into" a series to browse and sort it's episodes
-
All Dialogs now support series
- many dialogs show lists of movies and series (e.g. the ones a certain director has worked on)
- you can now also click on any item in those lists and see details as well as play the movie/episode
-
Show a heatmap of all episodes based on IMDB ratings by clicking the series rating
- click each episode to see details and play the episode
Other Features
-
Added HDR variants to the Video Quality section
- Media Hoarder now detects the following HDR variants: "HDR10", "HDR10+", "DV", "HLG"
- the HDR variants are shown in the media entries of the main list
- when clicked, you can see details about a certain HDR variant
- Filter section "Video Quality" also contains these entries
-
enhanced rescan summary
- see how many movies/series/episodes have been added/updated/removed
- click on Details: see changes on individual movies, series down to the files involved
- go to Settings and review past rescans (details on click)
- calculate collection sizes (dashboard shows the sizes)
- see how many movies/series/episodes have been added/updated/removed
-
UI: add "w2wTV" button for Series and Episodes which opens up https://whattowatchon.tv with the series pre-selected
-
Search Data Dialog (and other dialogs): show role of person/company
-
clicking a media item in one of the smaller lists, shows the item's details and possibility to play
-
Allow user to define audio / subtitle languages
Changelog of the 1.4.0 beta phase (click to expand)
v1.4.0-b6
IMDB Scraper
- SCRAPER: When scanning series, re-rank IMDB search results so that tv-series are higher than movies when detecting the IMDB entry
- closes #61
- SCRAPER: IMDB Scraper updated to properly get genres
v1.4.0-b5
Features (v1.4.0-b5)
- FEAT: do an update check on the beta channel if the build is a beta build
A beta build (like this one) will now do version checks against other beta builds and tell you if a newer beta build is available. The link for downloading is also pointing to the beta releases (and not the Media Hoarder website's download section).
Misc (v1.4.0-b5)
- DB Migrations
- new table: tbl_DB_Migrations
- implement migration runner
v1.4.0-b4
Features (v1.4.0-b4)
- FEAT: add HDR variants to the Video Quality section
Media Hoarder now detects the following HDR variants: "HDR10", "HDR10+", "DV", "HLG".
The HDR variants are shown in the media entries of the main list:
When clicked, you can see details about a certain HDR variant:
Filter section "Video Quality" also contains these entries:
Misc / Fixes (v1.4.0-b4)
The IMDB entry detection (Media Hoarder trying to find the correct IMDB entry for a movie / tv show based on its name and release year) can fail due to different circumstances. Until now, Media Hoarder did not show errors prominently enough.
- SCRAPER: add testIMDBFindPageSearch to testset in UI
- SCRAPER: during the phase of IMDB entry detection, if something fails, the error will be stored in the scraper errors
v1.4.0-b3
Features (v1.4.0-b3)
- FEAT: calculate collection sizes (movies, series, total) before and after a re-scan, show current collection sizes in the home screen (which also now has a link in the navigation bar on the left)
-
FEAT: enhanced rescan summary
- related ticket: #45
- show how many movies/series/episodes have been added/updated/removed
- details dialog where the user can check individual files
- new tab in Settings where past scan sessions are listed (detail dialog on click)
- UI: add "w2wTV" button for Series and Episodes which opens up https://whattowatchon.tv with the series pre-selected
Misc / Fixes (v1.4.0-b3)
- SCRAPER: stop imdb scraping when the tconst is obviously not working
- reworked relative time and duration i18n
v1.4.0-b2
Features (v1.4.0-b2)
- FEAT: Search Data Dialog: show role of person/company
Misc / Fixes (v1.4.0-b2)
- UX: only load filters that are actually shown
- reload filters when "edit filters" is done (only reload those filters that have changed visibility from false to true)
- FIX: series/movies filters are not stored when switching to movies/series and back
- related bug: switching movies <> series may lead to 0 media items, even when pressing reload button
- FIX: clicking on plot keyword in "find plot keyword dialog" does nothing
- FIX: hide items in dialogs that have 0 media (e.g. plot keywords for movies that can only be found in series)
- FIX: prevent filtering and highlighting of searchText in Episodes listing
- DECISION: bring back filters for episodes?
- NOT NOW! this introduces more problems than solutions
- FIX: include description text in search space
- FIX: fast switching during trailer show lags behind
v1.4.0-b1
Features (v1.4.0-b1)
- FEAT: when clicking a media item in one of the smaller lists, show the item's card
- Media Property Dialog
- Trailer Show (LocalVideoPlayerDialog, VideoPlayerDialog)
- Chat GPT Dialog
Misc / Fixes (v1.4.0-b1)
- UX: MediaList: as soon as "sort by" was changed by the user, reset page to 1
v1.3.37-a8
Misc / Fixes (v1.3.37-a8)
- FIX: sort by Season and Episode didn't work anymore
- SCRAPER: Update Plotsummary IMDB Scraper Test
v1.3.37-a7
Features (v1.3.37-a7)
-
UX/SCRAPER: use imdb-graphql-urls.json (also try to fetch them from master in github, this way we can update the urls if imdb changes them - without creating a new release)
-
UX/SCRAPER: propagate actual errors of imdb scraping to the test result (i.e. errors in graphql querying instead of $IMDB_something is NULL)
v1.3.37-a6
Features (v1.3.37-a6)
Series: Media Property Dialog
- FEAT: make series clickable and expand to episodes listing for the selected series, show affected number of episodes vs. total number of episodes
- UX: remove the episodes section (in favor of episodes sections for all listed series)
Series: IMDB Rating Dialog
- FEAT: IMDB Rating heatmap like https://whattowatchon.tv
- make medialist item card a shared component (now used in medialist as well as SeriesIMDBRatingDialog)main list "jumps" and THEN reloads with the filter applied (possibly a fix for another issue)
- prevent certain activities while in IMDB Rating Dialog mode
-
UI: fix z-index for other dialogs on top of the SeriesIMDBRatingDialog
-
UX: globally track MediaPropertyDialog's visibility in order to allow closing of SeriesIMDBRatingDialog on outside-click if MediaPropertyDialog ...
Media Hoarder v1.3.5 - Ripley
Auto-Update IMDB Sources (since v1.3.4)
The last two updates of Media Hoarder were primarily because IMDB sources needed an update and less because of new features.
To mitigate this, Media Hoarder is from now on able to fetch new IMDB sources if available. This is done by accessing Media Hoarder's repository at github.com.
Excluding Genres Filter (since v1.3.1)
With v1.3.1 it is now possible to filter e.g.:
- "Action without Horror"
- "Comedy without Drama"
- "Anything without Family, Music OR Musical"
For this, the genres filters have a new option "Exclude this genre".
Watch this very short video to learn how to use it.
Last MacOS signed release! (v1.3.1)
Media Hoarder has been released as an officially signed application until now. Apple still wants to receive 99USD per year no matter if you want to provide a free piece of software or not. This is unbearable and I won't put any more money into Apple's mouth. I'm unsure if Media Hoarder can still be used without being signed, let's see... so for the time being, v1.3.0 is the last signed MacOS release of Media Hoarder.
On another note: Whoopsie! Unfortunately, for Mac users, we never provided a newer version than v1.2.2 via the website even though we announced new versions over the last months. Sorry, this has been fixed now.
Trailer Show
The list actions menu (three dots in the top right corner of the main list) got two new actions:
- Start Trailer Show (Ordered)
- Start Trailer Show (Randomized)
These actions will start a trailer show of the underlying list of movies, either in sort order (e.g. by release year, rating, title etc.) or randomized. During the trailer show you can add the current shown movie to a list of your choice, this way you can collect some "chosen movies" while watching the trailers. Of course you can also close the trailer show and let Media Hoarder search for the currently shown movie.
Here's a short video showcasing this feature.
Trailer Dialog
The trailer dialog has been updated for a better watching experience and uses the maximum available screen space including full screen if you choose.
Other Improvements and Fixes
- (v1.3.3) IMDB sources updated
- (v1.3.2) Link IMDB Dialog has now paginated search results with 20 per page, IMDB searches had to be updated (see below)
- (v1.3.2) Updated IMDB detection while scanning media
- IMDB Scraper Updates
- Metacritic Score
- Trailer Media URLs
- (v1.3.5) Genres
- (v1.3.1) Filming Locations
- (v1.3.1) Original Title
- (v1.3.2, v1.3.4) Advanced Title Search
- (v1.3.2) Find Page Search
Media Hoarder 1.4.0-b (BETA!)
Important: this is a BETA pre-release of the forthcoming v1.4.0
TV Series Support
This pre-release includes the first implementation of TV series support.
Read here about how Media Hoarder expects series to be organized: feature-series/docs/01-Media-Storage.md
You can track the implementation progress at:
As this is a pre-release, please use with caution!
Changelog
v1.4.0-b7
- SCRAPER: IMDB Scraper updated to properly get genres
Older Releases (click to expand)
v1.4.0-b6
IMDB Scraper
- SCRAPER: When scanning series, re-rank IMDB search results so that tv-series are higher than movies when detecting the IMDB entry
- closes #61
v1.4.0-b5
Features (v1.4.0-b5)
- FEAT: do an update check on the beta channel if the build is a beta build
A beta build (like this one) will now do version checks against other beta builds and tell you if a newer beta build is available. The link for downloading is also pointing to the beta releases (and not the Media Hoarder website's download section).
Misc (v1.4.0-b5)
- DB Migrations
- new table: tbl_DB_Migrations
- implement migration runner
v1.4.0-b4
Features (v1.4.0-b4)
- FEAT: add HDR variants to the Video Quality section
Media Hoarder now detects the following HDR variants: "HDR10", "HDR10+", "DV", "HLG".
The HDR variants are shown in the media entries of the main list:
When clicked, you can see details about a certain HDR variant:
Filter section "Video Quality" also contains these entries:
Misc / Fixes (v1.4.0-b4)
The IMDB entry detection (Media Hoarder trying to find the correct IMDB entry for a movie / tv show based on its name and release year) can fail due to different circumstances. Until now, Media Hoarder did not show errors prominently enough.
- SCRAPER: add testIMDBFindPageSearch to testset in UI
- SCRAPER: during the phase of IMDB entry detection, if something fails, the error will be stored in the scraper errors
v1.4.0-b3
Features (v1.4.0-b3)
- FEAT: calculate collection sizes (movies, series, total) before and after a re-scan, show current collection sizes in the home screen (which also now has a link in the navigation bar on the left)
-
FEAT: enhanced rescan summary
- related ticket: #45
- show how many movies/series/episodes have been added/updated/removed
- details dialog where the user can check individual files
- new tab in Settings where past scan sessions are listed (detail dialog on click)
- UI: add "w2wTV" button for Series and Episodes which opens up https://whattowatchon.tv with the series pre-selected
Misc / Fixes (v1.4.0-b3)
- SCRAPER: stop imdb scraping when the tconst is obviously not working
- reworked relative time and duration i18n
v1.4.0-b2
Features (v1.4.0-b2)
- FEAT: Search Data Dialog: show role of person/company
Misc / Fixes (v1.4.0-b2)
- UX: only load filters that are actually shown
- reload filters when "edit filters" is done (only reload those filters that have changed visibility from false to true)
- FIX: series/movies filters are not stored when switching to movies/series and back
- related bug: switching movies <> series may lead to 0 media items, even when pressing reload button
- FIX: clicking on plot keyword in "find plot keyword dialog" does nothing
- FIX: hide items in dialogs that have 0 media (e.g. plot keywords for movies that can only be found in series)
- FIX: prevent filtering and highlighting of searchText in Episodes listing
- DECISION: bring back filters for episodes?
- NOT NOW! this introduces more problems than solutions
- FIX: include description text in search space
- FIX: fast switching during trailer show lags behind
v1.4.0-b1
Features (v1.4.0-b1)
- FEAT: when clicking a media item in one of the smaller lists, show the item's card
- Media Property Dialog
- Trailer Show (LocalVideoPlayerDialog, VideoPlayerDialog)
- Chat GPT Dialog
Misc / Fixes (v1.4.0-b1)
- UX: MediaList: as soon as "sort by" was changed by the user, reset page to 1
v1.3.37-a8
Misc / Fixes (v1.3.37-a8)
- FIX: sort by Season and Episode didn't work anymore
- SCRAPER: Update Plotsummary IMDB Scraper Test
v1.3.37-a7
Features (v1.3.37-a7)
-
UX/SCRAPER: use imdb-graphql-urls.json (also try to fetch them from master in github, this way we can update the urls if imdb changes them - without creating a new release)
-
UX/SCRAPER: propagate actual errors of imdb scraping to the test result (i.e. errors in graphql querying instead of $IMDB_something is NULL)
v1.3.37-a6
Features (v1.3.37-a6)
Series: Media Property Dialog
- FEAT: make series clickable and expand to episodes listing for the selected series, show affected number of episodes vs. total number of episodes
- UX: remove the episodes section (in favor of episodes sections for all listed series)
Series: IMDB Rating Dialog
- FEAT: IMDB Rating heatmap like https://whattowatchon.tv
- make medialist item card a shared component (now used in medialist as well as SeriesIMDBRatingDialog)main list "jumps" and THEN reloads with the filter applied (possibly a fix for another issue)
- prevent certain activities while in IMDB Rating Dialog mode
-
UI: fix z-index for other dialogs on top of the SeriesIMDBRatingDialog
-
UX: globally track MediaPropertyDialog's visibility in order to allow closing of SeriesIMDBRatingDialog on outside-click if MediaPropertyDialog is not open
-
UI: also provide clickable area for episodes we have but is missing an IMDB rating
- MediaList: provide Series_id_Movies_Owner explicitly to MediaPropertyDialog
Series: Edit Media Dialog
- FEAT: Allow user to define audio / subtitle languages
- implement EditMediaItemDialog controls
- save on diff
- DB: tbl_Movies_MI_Qualities: also use for editing the series entry
v1.3.37-a5
Misc / Fixes (v1.3.37-a5)
- SCRAPER: imdb-graphql-urls: update seriesEpisodes (new persisted query)
- FIX: series episodes matching: don't assume E01 if neither season nor episode are set
v1.3.37-a4
Misc / Fixes (v1.3.37-a4)
- UX: MediaList: store currentPage for Movies, Series and Episodes (episodes in tbl_Movies.Series_currentPage)
- UX: MediaList: optimize fetchSortValues before fetchFilters
- SCRAPER/UX: findIMDBtconst for episodes:
- tt* override
- by season and episode numbers
v1.3.37-a3
Misc / Fixes
- UX: use tt* in the filename to override the tconst of an episode
- UX: unlink IMDB on series: also unlink all episodes, which
- don't have the tt* as part of their file name
- haven't been user-set tt* (do we even track this?)
<details...
Media Hoarder v1.3.4 - Ripley
Auto-Update IMDB Sources (since v1.3.4)
The last two updates of Media Hoarder were primarily because IMDB sources needed an update and less because of new features.
To mitigate this, Media Hoarder is from now on able to fetch new IMDB sources if available. This is done by accessing Media Hoarder's repository at github.com.
Excluding Genres Filter (since v1.3.1)
With v1.3.1 it is now possible to filter e.g.:
- "Action without Horror"
- "Comedy without Drama"
- "Anything without Family, Music OR Musical"
For this, the genres filters have a new option "Exclude this genre".
Watch this very short video to learn how to use it.
Last MacOS signed release! (v1.3.1)
Media Hoarder has been released as an officially signed application until now. Apple still wants to receive 99USD per year no matter if you want to provide a free piece of software or not. This is unbearable and I won't put any more money into Apple's mouth. I'm unsure if Media Hoarder can still be used without being signed, let's see... so for the time being, v1.3.0 is the last signed MacOS release of Media Hoarder.
On another note: Whoopsie! Unfortunately, for Mac users, we never provided a newer version than v1.2.2 via the website even though we announced new versions over the last months. Sorry, this has been fixed now.
Trailer Show
The list actions menu (three dots in the top right corner of the main list) got two new actions:
- Start Trailer Show (Ordered)
- Start Trailer Show (Randomized)
These actions will start a trailer show of the underlying list of movies, either in sort order (e.g. by release year, rating, title etc.) or randomized. During the trailer show you can add the current shown movie to a list of your choice, this way you can collect some "chosen movies" while watching the trailers. Of course you can also close the trailer show and let Media Hoarder search for the currently shown movie.
Here's a short video showcasing this feature.
Trailer Dialog
The trailer dialog has been updated for a better watching experience and uses the maximum available screen space including full screen if you choose.
Other Improvements and Fixes
- (v1.3.3) IMDB sources updated
- (v1.3.2) Link IMDB Dialog has now paginated search results with 20 per page, IMDB searches had to be updated (see below)
- (v1.3.2) Updated IMDB detection while scanning media
- IMDB Scraper Updates
- Metacritic Score
- Trailer Media URLs
- (v1.3.1) Filming Locations
- (v1.3.1) Original Title
- (v1.3.2, v1.3.4) Advanced Title Search
- (v1.3.2) Find Page Search
Media Hoarder v1.3.3 - Ripley
Excluding Genres Filter (since v1.3.1)
With v1.3.1 it is now possible to filter e.g.:
- "Action without Horror"
- "Comedy without Drama"
- "Anything without Family, Music OR Musical"
For this, the genres filters have a new option "Exclude this genre".
Watch this very short video to learn how to use it.
Last MacOS signed release! (v1.3.1)
Media Hoarder has been released as an officially signed application until now. Apple still wants to receive 99USD per year no matter if you want to provide a free piece of software or not. This is unbearable and I won't put any more money into Apple's mouth. I'm unsure if Media Hoarder can still be used without being signed, let's see... so for the time being, v1.3.0 is the last signed MacOS release of Media Hoarder.
Trailer Show
The list actions menu (three dots in the top right corner of the main list) got two new actions:
- Start Trailer Show (Ordered)
- Start Trailer Show (Randomized)
These actions will start a trailer show of the underlying list of movies, either in sort order (e.g. by release year, rating, title etc.) or randomized. During the trailer show you can add the current shown movie to a list of your choice, this way you can collect some "chosen movies" while watching the trailers. Of course you can also close the trailer show and let Media Hoarder search for the currently shown movie.
Here's a short video showcasing this feature.
Trailer Dialog
The trailer dialog has been updated for a better watching experience and uses the maximum available screen space including full screen if you choose.
Other Improvements and Fixes
- (v1.3.3) IMDB sources updated
- (v1.3.2) Link IMDB Dialog has now paginated search results with 20 per page, IMDB searches had to be updated (see below)
- (v1.3.2) Updated IMDB detection while scanning media
- IMDB Scraper Updates
- Metacritic Score
- Trailer Media URLs
- (v1.3.1) Filming Locations
- (v1.3.1) Original Title
- (v1.3.2) Advanced Title Search
- (v1.3.2) Find Page Search
Media Hoarder v.1.3.37-a (BETA!)
Important: this is a BETA pre-release of the forthcoming v1.4.0
TV Series Support
This pre-release includes the first implementation of TV series support.
Read here about how Media Hoarder expects series to be organized: feature-series/docs/01-Media-Storage.md
You can track the implementation progress at:
As this is a pre-release, please use with caution!
Media Hoarder v1.3.2 - Ripley
Excluding Genres Filter (since v1.3.1)
With v1.3.1 it is now possible to filter e.g.:
- "Action without Horror"
- "Comedy without Drama"
- "Anything without Family, Music OR Musical"
For this, the genres filters have a new option "Exclude this genre".
Watch this very short video to learn how to use it.
Last MacOS signed release! (v1.3.1)
Media Hoarder has been released as an officially signed application until now. Apple still wants to receive 99USD per year no matter if you want to provide a free piece of software or not. This is unbearable and I won't put any more money into Apple's mouth. I'm unsure if Media Hoarder can still be used without being signed, let's see... so for the time being, v1.3.0 is the last signed MacOS release of Media Hoarder.
Trailer Show
The list actions menu (three dots in the top right corner of the main list) got two new actions:
- Start Trailer Show (Ordered)
- Start Trailer Show (Randomized)
These actions will start a trailer show of the underlying list of movies, either in sort order (e.g. by release year, rating, title etc.) or randomized. During the trailer show you can add the current shown movie to a list of your choice, this way you can collect some "chosen movies" while watching the trailers. Of course you can also close the trailer show and let Media Hoarder search for the currently shown movie.
Here's a short video showcasing this feature.
Trailer Dialog
The trailer dialog has been updated for a better watching experience and uses the maximum available screen space including full screen if you choose.
Other Improvements and Fixes
- (v1.3.2) Link IMDB Dialog has now paginated search results with 20 per page, IMDB searches had to be updated (see below)
- (v1.3.2) Updated IMDB detection while scanning media
- IMDB Scraper Updates
- Metacritic Score
- Trailer Media URLs
- (v1.3.1) Filming Locations
- (v1.3.1) Original Title
- (v1.3.2) Advanced Title Search
- (v1.3.2) Find Page Search
Media Hoarder v1.3.1 - Ripley
Excluding Genres Filter (since v1.3.1)
With v1.3.1 it is now possible to filter e.g.:
- "Action without Horror"
- "Comedy without Drama"
- "Anything without Family, Music OR Musical"
For this, the genres filters have a new option "Exclude this genre".
Watch this very short video to learn how to use it.
Last MacOS signed release!
Media Hoarder has been released as an officially signed application until now. Apple still wants to receive 99USD per year no matter if you want to provide a free piece of software or not. This is unbearable and I won't put any more money into Apple's mouth. I'm unsure if Media Hoarder can still be used without being signed, let's see... so for the time being, v1.3.0 is the last signed MacOS release of Media Hoarder.
Trailer Show
The list actions menu (three dots in the top right corner of the main list) got two new actions:
- Start Trailer Show (Ordered)
- Start Trailer Show (Randomized)
These actions will start a trailer show of the underlying list of movies, either in sort order (e.g. by release year, rating, title etc.) or randomized. During the trailer show you can add the current shown movie to a list of your choice, this way you can collect some "chosen movies" while watching the trailers. Of course you can also close the trailer show and let Media Hoarder search for the currently shown movie.
Here's a short video showcasing this feature.
Trailer Dialog
The trailer dialog has been updated for a better watching experience and uses the maximum available screen space including full screen if you choose.
Other Improvements and Fixes
- IMDB Scraper Updates
- Metacritic Score
- Trailer Media URLs
- (v1.3.1) Filming Locations
- (v1.3.1) Original Title
Media Hoarder v1.3.0 - Ripley
Last MacOS signed release?
Media Hoarder has been released as an officially signed application until now. Apple still wants to receive 99USD per year no matter if you want to provide a free piece of software or not. This is unbearable and I won't put any more money into Apple's mouth. I'm unsure if Media Hoarder can still be used without being signed, let's see... so for the time being, v1.3.0 will be the last signed MacOS release of Media Hoarder.
Trailer Show
The list actions menu (three dots in the top right corner of the main list) got two new actions:
- Start Trailer Show (Ordered)
- Start Trailer Show (Randomized)
These actions will start a trailer show of the underlying list of movies, either in sort order (e.g. by release year, rating, title etc.) or randomized. During the trailer show you can add the current shown movie to a list of your choice, this way you can collect some "chosen movies" while watching the trailers. Of course you can also close the trailer show and let Media Hoarder search for the currently shown movie.
Trailer Dialog
The trailer dialog has been updated for a better watching experience and uses the maximum available screen space including full screen if you choose.
Other Improvements and Fixes
- IMDB Scraper Updates
- Metacritic Score
- Trailer Media URLs