You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When scraping a movie, MediaElch often shows incorrect year in the search results and is failing to save the year to the .nfo file. Usually displaying "2024" in the Information tab. Both symptoms persist through a restart of the software and my computer.
Symptom No. 1:
Single-click on an unscraped movie in the movie list: Ex. Movie (2014)
Ctrl+F to open the scraper dialog
Result shows the movie in question, but with the incorrect year: Ex. Movie (2003)
Click Close and then Ctrl+F again to open the scraper dialog
Result shows the movie in question, but with the correct year: Ex. Movie (2014)
Symptom No. 2:
Single-click on an unscraped movie in the movie list: Ex. Movie (2014)
Ctrl+F to open the scraper dialog
Result shows the movie in question
Double-click result
The "Released" field is populated with the current year: Ex. 2024, not the year of the movie
Save the scraping result
Check the .nfo file
No data between the <year></year> tags
Expected behavior
I expect the scraper to return a year that matched TMDB's database and to save that information to the .nfo file.
Screenshots
I am able to reproduce Symptom No. 2 consistently, I've attached an example (I outlined the issue in red). I am unable to consistently reproduce Symptom No. 1, but the next time it happens, I'll add it to a follow-up comment.
MediaElch Version:
2.10.6
Operating System:
Windows 10
Additional context
I manage files from a network drive.
Symptom No. 1:
This happens most frequently when MediaElch is hanging considerably (usually for 5-10 seconds in between actions) but it has happened when MediaElch was working at a normal speed.
Symptom No. 2:
Manually adding the year in the "Released" field and saving it will populate the .nfo file with the year specified. However, I noticed that if I scraped a movie that came out in 2024, it filled in the correct year of 2024 into the "Released" field, but when I save and check the .nfo, there is no year information there. I then entered a random year, saved, checked the .nfo, and the random year was there. I enter 2024 again, save, and the .nfo then displayed the correct year.
The text was updated successfully, but these errors were encountered:
Reason is that TMDB respects your current region. MediaElch does the same (it uses the language setting for that, e.g. for English (US), the region will be US. And for US, the release date was 2013).
I don't know what exactly it is that makes TMDB return different results for the same query.
Via MediaElch, I get 2013 for English (US):
{"adult":false,"backdrop_path":"/65Hu40ajfe7PTB5W0pYBSWTfwTq.jpg","genre_ids":[18,14,53],"id":102780,"original_language":"en","original_title":"Byzantium","overview":"Residents of a coastal town learn, with deadly consequences, the secret shared by the two mysterious women who have sought refuge at a local resort.","popularity":21.273,"poster_path":"/6s6vOLSJ1sfF4Xzjdo3CopcL4Ox.jpg","release_date":"2013-06-28","title":"Byzantium","video":false,"vote_average":6.279,"vote_count":802})
The reason why you see the difference is that with the first query, MediaElch actually searches on TMDB. With the second query (using the IMDb ID), we load the movie directly. And even though we pass the same region parameter, TMDB returns a different "released" date.
MediaElch does not use the movie's release date for the requested region.
When scraping a movie, MediaElch often shows incorrect year in the search results and is failing to save the year to the .nfo file. Usually displaying "2024" in the Information tab. Both symptoms persist through a restart of the software and my computer.
Symptom No. 1:
Symptom No. 2:
<year></year>
tagsExpected behavior
I expect the scraper to return a year that matched TMDB's database and to save that information to the .nfo file.
Screenshots
I am able to reproduce Symptom No. 2 consistently, I've attached an example (I outlined the issue in red). I am unable to consistently reproduce Symptom No. 1, but the next time it happens, I'll add it to a follow-up comment.
MediaElch Version:
Operating System:
Additional context
I manage files from a network drive.
Symptom No. 1:
This happens most frequently when MediaElch is hanging considerably (usually for 5-10 seconds in between actions) but it has happened when MediaElch was working at a normal speed.
Symptom No. 2:
Manually adding the year in the "Released" field and saving it will populate the .nfo file with the year specified. However, I noticed that if I scraped a movie that came out in 2024, it filled in the correct year of 2024 into the "Released" field, but when I save and check the .nfo, there is no year information there. I then entered a random year, saved, checked the .nfo, and the random year was there. I enter 2024 again, save, and the .nfo then displayed the correct year.
The text was updated successfully, but these errors were encountered: