RemiRigal / Plex-Auto-Languages

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

Add support for FreeBSD #69

Closed Overlord360 closed 1 year ago

Overlord360 commented 1 year ago

See: https://github.com/RemiRigal/Plex-Auto-Languages/issues/68

Add flag to check for FreeBSD as OS

add warning in case no supported OS was found

Overlord360 commented 1 year ago

Note: sys.platform returns freebsd13 instead of "FreeBSD" which includes the version not just the OS name. Hence the use of os.uname

RemiRigal commented 1 year ago

Thank you for your contribution @Overlord360 ! I've just added the corresponding tests to maintain code coverage.