dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.18k stars 90 forks source link

Publish on pypi #106

Closed dmunozv04 closed 7 months ago

dmunozv04 commented 7 months ago

This PR makes it possible to publish the package on Pypi, allowing for an easier install. Additionally, it modifies how the default config dir path is chosen. It now gets an OS-dependent location unless it's overridden by the --config-dir flag or the new iSPBTV_data_dir environment variable. It also moves all the code to the src/ folder, following conventions.

dmunozv04 commented 7 months ago

@bertybuttface you might have to set the iSPBTV_data_dir env variable to data/ so your image keeps working after merging this

bertybuttface commented 7 months ago

Cheers for the heads up will take a look today :)