-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
393 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "media-hoarder", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"private": true, | ||
"description": "Media Hoarder - THE media frontend for data hoarders and movie lovers", | ||
"author": "mk2k <[email protected]> (https://media.hoarder.software)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Media Hoarder v1.2.0 - v1.2.2 Changelog | ||
|
||
## Improved: AI Recommendations powered by ChatGPT | ||
|
||
The integration of ChatGPT has been significantly improved. The dependency on IMDB IDs has been removed, so that you can ask the AI for lists of movies where the name and year suffices. | ||
|
||
Examples: | ||
|
||
- _Provide a list of christmas themed action movies_ | ||
- _Provide a list of mind bending movies_ | ||
- _Provide a list of Oscar winning best motion picture between 2000 and 2010_ | ||
- _Provide a list of classic Sci-Fi movies that were not made by Hollywood_ | ||
|
||
**Note (v1.2.1)**: in v1.2.0 we relied on a release year being returned by ChatGPT, which is not always the case. So our ChatGPT parser has been updated to also try finding movies without a given release year. | ||
|
||
## IMDB Scraper updated | ||
|
||
A larger overhaul of how **Media Hoarder** scrapes IMDB metadata was necessary and has been implemented. | ||
|
||
**Since v1.2.2**: | ||
|
||
- IMDB Plot Keywords updated | ||
- IMDB Filming Locations updated | ||
|
||
Unfortunately IMDB axed the rating demographics which provided ratings and number of votes for: | ||
|
||
- genders | ||
- US/non-US | ||
- age ranges | ||
|
||
At least the ratings by age ranges were quite helpful in order to find out if a movie targets a more mature demographic. | ||
|
||
But, oh well, now they are gone and **Media Hoarder** had to remove that feature. We'll keep an eye out if the rating demographics return in a similar fashion. | ||
|
||
## List Actions | ||
|
||
Perform actions on the current list (filtered and sorted as is). | ||
|
||
Access the list actions menu on the top right of the screen. | ||
|
||
Currently the available actions involve: | ||
|
||
- rescan of IMDB metadata | ||
- **(v1.2.2)** copy info - _copies informations about the complete filtered and sorted list including your rating, title and imdb link_ | ||
|
||
## Other Improvements and Fixes | ||
|
||
- the embedded trailer player has been improved, it doesn't load the imdb.com site's complete frame but directly plays the video | ||
- Windows: distribution of VLC and MediaInfo CLI upated to their latest versions (VLC: 3.0.18, MediaInfo: v22.12) | ||
- **(v1.2.2)** enhanced IMDB scraper checks | ||
- **(v1.2.2)** Settings - Movies: source paths are now ordered by their given name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.