Skip to content

Tags: StegSchreck/RatS

Tags

v1.0.1

Toggle v1.0.1's commit message
small adjustment in log levels

v1.0.0

Toggle v1.0.0's commit message
Release v1.0

Please be aware that the new typing system implemented in #170 will make usage of old parsing
result json files unavailable.

changelog:
- [refactoring] use typehinting and Movie type - #170
- [bugfix] handle Criticker cookie notice banner - #207
- [bugfix] handle new iCheckMovies login form - #205
- [bugifx] handle Listal login failing - #209
- [refactoring] use new Selenium API - #184
- [refactoring] fix CI pipelines - #201
- [enhancement] adapt to new IMDB movie detail page - #142
- [refactoring] use f-strings where possible
- [bugfix] fix parser/inserter matching - #174
- [enhancement] adapt to new html markup in Allocine and Moviepilot
- [bugfix] fix FilmAffinity parser
- [bugfix] fix Letterboxd cookie banner handling - #143

v0.13.0

Toggle v0.13.0's commit message
Update logos of sites

v0.12.1

Toggle v0.12.1's commit message
Release v0.12.1

changelog:
- [feature] Possibility to insert to all available destinations
- [bugfix] FilmAffinityInserter: url generation
- [enhancement] validate credentials before action
- [bugfix] MoviePilot: Adapt to new cootice notice markup
- [bugfix] Trakt: do not fail if cookie notice not present - #98
- [bugfix] TMDB: improve cookie notice handling
- [bugfix] continue if one inserter errors - #101
- [bugfix] IMDB: adapt to new markup for head section - #100
- [bugfix] Only save the actually failed movies to file - #102
- [enhancement] Docker image is published to GitHub Packages additionally by GitHub Action CI
  workflow

v0.12.0

Toggle v0.12.0's commit message
Release v0.12

changelog:
* Use codacy - #87
* Handle viewport constraints due to ads in IMDB Inserter - #79
* Use 'new' IMDB CSV everywhere (Movielens, Letterboxd, TMDB, iCheckMovies) - #88
* Trakt: dismiss privacy modal - #90
* Handle missing but expected cookie notice - #91
* Make movie comparison by year more reliable - #92
* iCheckMovies: fix progress bar
* fix MoviePilot jquery usage - #93
* Rotten Tomato Inserter - #73
* Rotten Toamto Parser - #73

v0.11.6

Toggle v0.11.6's commit message
Release v0.11.6

changelog:
* [bugfix] TMDB - Fix cookie handling
* [enhancement] Listal - Detect if requests is blocked and abort
* [enhancement] Movielens - Detect if upload failed and log - #88
* [enhancement] Add more badges to README
* [enhancement] Improve Dockerfile and reduce image size - #89

v0.11.5

Toggle v0.11.5's commit message
Release v0.11.5

changelog:
[enhancement] #62, #68 handle cookie banners on TMDB
[bugfix] #64 Adapt to new markup for login page at Criticker
[feature] #65 FilmAffinity Parser
[feature] #65 FilmAffinity Inserter
[bugfix] #61 Listal Parser: default page count to 1
[bugfix] #69 TMDB Parser: adapt to new markup for rated movies
[enhancement] #38, #70 use standard progress bar library
[enhancement] Optimize Dockerfile
[bugfix] #44 try not to click on top banner ads
[bugfix] Adapt travis config
[bugfix] #51 Adapt Plex Parser and Inserter to use X-Plex-Token
[feature] #49 MoviePilot Inserter
[feature] #48 MoviePilot Parser

v0.11.4

Toggle v0.11.4's commit message
Release v0.11.4

changelog:
[enhancement] Make Geckodriver retrieval fault tolerant
[enhancement] Use same log level for console, Geckodriver and Browser
[bugfix] #42 Fix Plex login
[bugfix] Fix login retry behaviour
[bugfix] #41 Fix IMDB login
[bugfix] #45 do not process empty export
[enhancement] Listal Parser: Fallback if movie release year is not displayed
[enhancement] Letterboxd Inserter: better handling of input
[bugfix + enhancement] IMDB Parser: adapt new CSV export format and use header instead of asuming
order of data
[enhancement] TMDB Uploader: Accept Cookies before continuing
[bugfix] #50 credentials.cfg contains passwords, so use RawConfigParser
[bugfix] TMDB Uploader: has a new URL now
[enhancement] more progress information in verbose output
[bugfix] Listal+Metacrtic Inserters: Assume movie page without release year is not the correct movie
[bugfix] Criticker: Adapt to new markup

v0.11.3

Toggle v0.11.3's commit message
Release v0.11.3

changelog:
* [enhancement] make csv conversion more robust
* [bugfix] Parser which download a file are now checking if it was downloaded before timing out
* [enhancement] more sophisticated exception handling for webdriver interaction related actions
* [refactoring] use `.format()` instead of `%` for string formatting
* [bugfix] show estimated remaining time in progress bar instead of estimated total time
* [enhancement] rotate geckodriver logs

v0.11.2

Toggle v0.11.2's commit message
Release v0.11.2

changelog:
* [enhacement] make csv conversion more robust
* [bugfix] Parser which download a file are now checking if it was downloaded before timing out