movary icon indicating copy to clipboard operation
movary copied to clipboard

Self hosted web app to track and rate your watched movies

Results 93 movary issues
Sort by recently updated
recently updated
newest added

A user should be able to create add custom playlists like on many other similar platforms. - [ ] Create new playlist - [ ] Edit playlist - [ ]...

enhancement

I have noticed the container dies after running for a few days. Removing the container and adding it back gets it working again. Any ideas? ``` 2023-03-03 10:59:55,476 INFO success:...

bug
docker

changed over to `nightly` and re ran the migration. New error: ``` docker exec movary php bin/console.php jellyfin:export 1 2023-10-08 14:02:41:846406 - Exporting movie watch dates to Jellyfin... PHP Fatal...

bug

### Description We can implement various lists, such as IMDb's top 250 movies, all Best Picture winners, or all Best Picture nominations. This feature would provide a comprehensive list of...

enhancement

### Description As title says, would we be able to export any history **to** Plex? ### Desired Behavior Option to export history to Plex if moving from other media servers....

enhancement

We currently have only a pretty bare-bone authorization and authentication setup, which shows its issues adding the new REST Api authentication. Proposed solution is to implement [OAuth2](https://oauth.net/2/). I suggest the...

enhancement

The current most http routes used have a state (php session) and are not suitable for third party usages. Structure proposal: - [x] /users/{username}/history/movies (movies with watch dates ordered by...

enhancement

Just add some commands to the Docker script to check for new migrations and if there are any, execute them. This will prevent issues where users forget to run migrations...

docker