Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimi-dun-morogh/firefox-eztv-extension

an extension that allows you to store in LS some movies and TV-show IDs fetched from omdb api and also look for torrent links on eztv for those movies and shows
https://github.com/dimi-dun-morogh/firefox-eztv-extension

chrome-extension eztv eztv-extension vue

Last synced: about 1 month ago
JSON representation

an extension that allows you to store in LS some movies and TV-show IDs fetched from omdb api and also look for torrent links on eztv for those movies and shows

Awesome Lists containing this project

README

        

# eztv-extension
> an extension for your browser to download tv series and shows provided by famous eztv group. It is avalaible in chrome/firefox. This extensions includes various features which can be seen on screenshots below

##### Links:
Chrome: https://chrome.google.com/webstore/detail/eztv-ext/opkjfbndmlgelahollaapbhhlfpfcomo?hl=ru&authuser=0
FireFox: https://addons.mozilla.org/ru/firefox/addon/eztv-fast-and-easy/

##### first launch:
![Alt text](images/ScreenInit.JPG?raw=true "scheme")
##### Search:
![Alt text](images/screen-search.JPG?raw=true "scheme")
##### Favs:
![Alt text](images/screen-favs.JPG?raw=true "scheme")
##### Eztv:
![Alt text](images/screen-eztv.jpg?raw=true "scheme")
##### on error:
![Alt text](images/Screen-search-wrongjpg.jpg?raw=true "scheme")
##### history:
![Alt text](images/history.JPG?raw=true "scheme")

```sh
npm run serve - dev auto refresh
npm run build - build
```

##### todo:

- [x] filter fetched data so only SERIES and maybe TVSHOWS are displayed (NO MOVIES) (13.10.2020) ✅
- [x] add input to change pages manually (13.10.2020) ✅
- [x] add some credits | link for eztv api (13.10.2020) ✅
- [x] favorites list should update every time torrent search is performed, so the searched item has index 0; (13.10.2020) ✅(array of id's will update every time fav's item search performed, re-render will hapen every app restart, imidiate rerender is commented in store/favorites.js as it's not good user experience probably)
:cow2::cow2::cow2:+ **release v.0.1.5**:cow2::cow2::cow2:
- [x] add info about latest downloaded file or magnet somewhere - created a page for downloads history, it has table, filter input and pagination, fields include file link, date downloaded and file name. (08.11.2020) ✅
:cow2::cow2::cow2:+ **release v.0.1.6**:cow2::cow2::cow2:
- [x] fixed local storage & downloads history issue + added google analytics (14.11.2020)✅

:cow2::cow2::cow2:+ **release v.0.1.7**:cow2::cow2::cow2:
- [x] should be able to perform torrents search from history downlds table (18.11.2020)✅
- [х] implement filter by name for favorites and eztv items; (23.11.2020)✅
- [x] think of way to group nav buttons ( maybe something from bootstrap) (21.11.2020)✅

:cow2::cow2::cow2:+ **release v.0.2.2**:cow2::cow2::cow2: