https://github.com/philippe44/lms-youtube
Play YouTube videos on LMS
https://github.com/philippe44/lms-youtube
Last synced: 24 days ago
JSON representation
Play YouTube videos on LMS
- Host: GitHub
- URL: https://github.com/philippe44/lms-youtube
- Owner: philippe44
- Created: 2015-08-29T20:38:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T20:41:16.000Z (2 months ago)
- Last Synced: 2025-04-05T04:12:51.260Z (about 2 months ago)
- Language: Perl
- Homepage:
- Size: 482 KB
- Stars: 41
- Watchers: 8
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# LMS-YouTube
Fork of [Triode's YouTube plugin for API V3](https://forums.slimdevices.com/showthread.php?87731-Announce-YouTube-Plugin&p=631449&viewfull=1#post631449) for [Logitech Media Server](https://github.com/Logitech/slimserver).
See the support thread here: [forums.slimdevices.com/showthread.php?105840-ANNOUNCE-YouTube-Plugin-(API-v3)](http://forums.slimdevices.com/showthread.php?105840-ANNOUNCE-YouTube-Plugin-(API-v3)&p=857414&viewfull=1#post857414).## Common pitfalls
### SSL issues
This plugin *requires* SSL so make sure it's installed on your LMS server. Not a problem for Windows, OSX, most Linux x86, Raspberry pi, Cubie, Odroid and others that use a Debian-based, but can be problematic with some NAS.
Other than that, Perl must have SSL support enabled, which again is available in all recent distribution and LMS versions (I think). But in case of problem and for Debian-ish Linux, you can try```bash
sudo apt install libio-socket-ssl-perl libnet-ssleay-perl
```at any command prompt.
### Country for Categories
Keep in mind that `UK` is *not* a region code, but `GB` is.