RemiRigal / Plex-Auto-Languages

Automated language selection for Plex TV Shows !
MIT License
408 stars 15 forks source link

Cannot run on FreeBSD #68

Closed Overlord360 closed 1 year ago

Overlord360 commented 1 year ago

Currently this cannot be ran on FreeBSD as in get_data_directory() in the file plex_auto_languages/utils/configuration.py will return a None object as sys.platform will return freebsd13 which does not match any of the current checks

Overlord360 commented 1 year ago

Closing issue as the fix was merged in with https://github.com/RemiRigal/Plex-Auto-Languages/pull/69 into 2de8298