d-dd / cyNaoko

Naoko but for CyTube modified for a Vocaloid channel
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Implement an auto media switch feature. #14

Closed d-dd closed 10 years ago

d-dd commented 10 years ago

Sometimes we add videos that are low resolution/quality/reprint when there are better quality uploads. It is cumbersome to manually change these each time.

Add a rule: $replace bad_media_link good_media_link Every time bad_media_link is added to the playlist, the bot will check if good_media_link is valid/online, and will swap out the video.

I'm not sure if I should extend the videos table, or make a new table. Having to make a separate look-up on another table each queue may be expensive, although CyTube does throttle queuing.