jjst / now-playing

Find out which radio station is playing what, at anytime
2 stars 0 forks source link

Provide a wizard to make it easier to add a new station #105

Open jjst opened 2 years ago

jjst commented 2 years ago

Maybe using https://github.com/CITGuru/PyInquirer/ it seems pretty.

jjst commented 2 years ago

Use https://pptr.dev/#?product=Puppeteer&version=v10.1.0&show=api-event-load 'response' event to detect json/xml load events, and find some matching data

jjst commented 2 years ago

First version merged in #106

More work on https://github.com/jjst/now-playing/tree/audd-fingerprinting

jjst commented 2 years ago

Code is starting to get massive for a single file, need to think about refactoring in modules