https://github.com/orkohunter/muriel
An electron app to binge-watch anything, without being bored
https://github.com/orkohunter/muriel
binge-watcher electron electron-app javascript python tv-series watch
Last synced: about 2 months ago
JSON representation
An electron app to binge-watch anything, without being bored
- Host: GitHub
- URL: https://github.com/orkohunter/muriel
- Owner: OrkoHunter
- License: mit
- Created: 2016-10-16T17:31:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T15:39:07.000Z (about 8 years ago)
- Last Synced: 2025-02-25T07:01:45.892Z (4 months ago)
- Topics: binge-watcher, electron, electron-app, javascript, python, tv-series, watch
- Language: JavaScript
- Homepage: https://medium.com/p/7bcc7e362541
- Size: 14.7 MB
- Stars: 56
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
Powered by Electron
**Muriel** is a cross platform app for watching a long series (TV, Documentaries, etc.) in a random order such that no video is repeated until all the others have been watched already.
## Why would you use it?
There are some TV series with over hundreds of episodes. After completing the whole thing once (and if
we like it), we often watch one random episode anytime we feel like it. In this pseudo-random
process of ours, there is a high chance of recurrence of episodes in short duration, which
ultimately makes us bored and we quit.## So how does this work?
Muriel keeps a shuffled order of episodes and doesn't let any episode repeat unless all the others
have been watched the same number of times.## Show me a cool GIF
## How to use?
Go to the [release page](https://github.com/OrkoHunter/Muriel/releases), download the one for your
platform (Windows, Linux or Mac OS). Run `chmod +x Muriel` on the executable. Create a shortcut to
the executable from where you want to use it.Confession 1 : Sorry about the large release size. Electron packaging is not lightweight.
Confession 2 : Again sorry for no standalone executables or app. I couldn't figure out how to make one.## Can I make changes and contribute?
Yes please !
```sh
$ git clone https://github.com/OrkoHunter/Muriel
$ cd Muriel
$ npm install
$ npm start
```If you don't have npm, use [nvm](https://github.com/creationix/nvm) to install it.