* create and move fixtures
* migrations, no-image file
* create empty item if file not found
* update tests
* remove migration comments
* hide buttons for suggestions and seasons if it's empty
* prepare languages
* prepare routes
* split settings into smaller components
* move debounce and vue-router into vendor
* remove dependency from index
* refactor
* update method comment
* change parser fixtures
* move alternativeTitle method to other class
* refactor tests
* start with alternative title
* use app helper method
* refactor add items
* change fixtures structure
* alternative title
* episode service
* item service
* file parser test
* flatten item controller
* git ignorecase
* move to local scope
* start file parser
* flatten controller
* update tests
* composer update
* Update tests, include episodes
* store src for tv episodes
* simplify fixtures
* refactor
* refactor episode and alternative title
* refactor item category
* fix typo and remove exception
* Insert movies into db
* refactoring
* Add current time into 'added' on fetch
* Only insert if src is not in db
* Insert tv into db
* Set removed field in field_history for missing files
* Add tv 'removed' field
* split up spec file
* Refactor tv and movies into own file
* Add migration
* Insert full file description
* Update tv fixtures
* Flatten tv hierarchy and redefined the output
* Add status property
* Add since param for movies
* Add since param for tv
* Sort output
* Remove 'added' column and integrated snapshot tests
* Refactor
* fix alternative titles for tv shows
* add test for alternative titles
* fix test for alternative titles
* refactor alternative title tests
* refactor header
Add setup
More tests
Refactoring
Update readme
Update json format
Bump
Refactor
Add ext property for episodes
Update README.md
Add subtitles
Add code coverage
Add movies
Add tv and movie api request
Add env variables for root paths
Clean up
Merge all GET requests into one
Clean up
migrations
swap sqlite file with memory
set and update alternative titles
simplify alternative titles
change request limit handling
move limitRemaining to method