Skip to content

A CLI player based on mpv, personalized for serial watching

License

Notifications You must be signed in to change notification settings

ImnIrdst/iiPlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iiPlay

A CLI player based on mpv, built for watching tv series easier.

installation

  1. install mpv player

    sudo apt install mpv
    
  2. install iiplay

    ./setup.py install
    
    source ~/.bashrc
    
  3. change the configurations in configs.json

    nano files/configs.json
    
  4. change the cur shortcuts in db.json

    nano files/configs.json
    

usage

  • add a shortcut (TODO)

    iiplay add hoc House*of*Cards -s=01 -e=02
    
  • play current episode

    iiplay cur hoc
    
  • play next episode

    iiplay next hoc
    
  • play previous episode

    iiplay prev hoc
    
  • see history (last 3) (TODO)

    iiplay log -3
    
  • add the following film to the watching queue (TODO)

    iiplay addq Never*Back*Down*2008
    
  • print the watching queue (TODO)

    iiplay queue
    

About

A CLI player based on mpv, personalized for serial watching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages