update readme

This commit is contained in:
Jelle van Snik 2022-02-20 16:55:30 +01:00
parent a3d7f3ff24
commit 0d5cf9a567
3 changed files with 14 additions and 5 deletions

View File

@ -37,19 +37,28 @@ Check out [this project's issues](https://github.com/JamesHawkinss/movie-web/iss
- [x] Better search suffix view
- [x] Add back link of results view
- [x] Add results list end
- [x] Store watched percentage
- [ ] Add Brand tag top left
- [ ] Add github and discord top right
- [ ] Link Github and Discord in error boundary
- [x] Store watched percentage
- [ ] Implement movie + series view
- [ ] Global state for media objects
- [ ] Styling for pages
- [ ] Series episodes+seasons
- [ ] Bookmarking
- [ ] Resume from where you left of
- [ ] Less spaghett video player view
- [ ] Homepage continue watching + bookmarks
- [x] Add provider stream method
- [x] Better looking error boundary
- [x] sort search results so they aren't sorted by provider
- [ ] Get rid of react warnings
- [ ] Subtitles
- [ ] Migrate old video progress
- [ ] Get rid of react warnings
- [ ] Implement more scrapers
## Todo's overall
## Todo's after rewrite
- [ ] Less spaghetti versioned storage (typesafe and works functionally)
- [ ] better mobile search type selector
- [ ] Custom video player

View File

@ -1,4 +1,4 @@
import { MWMediaStream, MWPortableMedia } from "providers";
import { MWMediaStream } from "providers";
import { useRef } from "react";
export interface VideoPlayerProps {

View File

@ -1,4 +1,4 @@
import { MWMedia, MWPortableMedia } from "providers";
import { MWPortableMedia } from "providers";
import { useEffect, useState } from "react";
import { useParams } from "react-router";