Browse Source

update readme

pull/60/head
Jelle van Snik 4 years ago
parent
commit
0d5cf9a567
  1. 15
      README.md
  2. 2
      src/components/media/VideoPlayer.tsx
  3. 2
      src/hooks/usePortableMedia.ts

15
README.md

@ -37,19 +37,28 @@ Check out [this project's issues](https://github.com/JamesHawkinss/movie-web/iss @@ -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

2
src/components/media/VideoPlayer.tsx

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

2
src/hooks/usePortableMedia.ts

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

Loading…
Cancel
Save