Skip to content
forked from wlerin/showroom

Script for archiving AKB48 Group related Showroom streams

License

Notifications You must be signed in to change notification settings

Eikreis/showroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showroom Live Watcher

Requires Requests, Pytz, and a working installation of ffmpeg

Install Required Packages

pip3 install pytz requests

Syntax

To watch all pages and download up to MAX_DOWNLOADS (default: 60) at once:

python3 showroom.py

To watch and download from one member's page:

python3 showroom.py "Member Name"

For additional options:

python3 showroom.py --help 

INDEX PRIORITIES

First and most importantly, lower numbers == more important. Then, a member with a lower priority can trump one with a higher priority, if that higher priority is double or more e.g. A priority 1 member takes precedence over priority 2 and above while a priority 2 member takes precedence over priority 4 and above.

If there are no open watch or download slots (see MAX_WATCHES and MAX_DOWNLOADS) but a low priority member is waiting for one, that member might bump a high priority member completely off, killing any ongoing downloads and removing watches from the queue

Be very careful who you give low priorities to, especially ones less than 10 (the default is 20)

About

Script for archiving AKB48 Group related Showroom streams

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%