Everything posted by hmgnsd
-
[Support] binhex - Radarr
?? Also realised I can run it on my computer and point it at media files on my server
-
[Support] binhex - Radarr
Is it something I or binhex can add to the docker? Now I'm wondering if it's missing functionality seeing as the dev asked me to run the command.
-
[Support] binhex - Radarr
Awesome! Thank you! Will try it out when I'm back home! Linux is not my strong suit but unRAID forums are always so helpful!
-
[Support] binhex - Radarr
Hello! I've been trying to troubleshoot an issue with the developers of Radarr and they've asked me to run 'mediainfo' on a file in my library. I'm having trouble running this command in the docker and they've asked me to check that the docker contains 'libmediainfo' so I can run: mediainfo --Output=HTML your_file.mkv And then I'll need to know where the file outputs? Thanks inm advance for any assistance you might be able to offer.
-
Request: Homebridge
Just answered my own question
-
Request: Homebridge
Got it! Thanks! Now to figure out why Harmony is only allowing control of activities and not devices...
-
Request: Homebridge
If I go to the plugin homepage, https://www.npmjs.com/package/homebridge-harmonyhub , it says to install it with the command npm install -g homebridge-harmonyhub which I can't do because when I try to SSH into the docker I'm repeatedly told that "Error response from daemon: Container b18f55100aaa61685208d8100251283c449668212cc47642dcf76a960559af55 is restarting, wait until the container is running" I have the plugin downloaded on my Mac, should I just copy it to the root of the homebridge folder in app data?
-
Request: Homebridge
Hello! Can anyone help me parse these logs to figure out what I'm doing wrong? Process 13 died: No such process; trying to remove PID file. (/var/run/avahi-daemon//pid) /root/install_plugins.sh: line 7: /root/.homebridge/pluginsInstallList: No such file or directory mv: cannot stat ‘/root/.homebridge/pluginsInstallList’: No such file or directory *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs> *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister> [8/9/2017, 2:18:10 PM] No plugins found. See the README for information on installing plugins. [8/9/2017, 2:18:10 PM] Loaded config.json with 1 accessories and 1 platforms. [8/9/2017, 2:18:10 PM] --- [8/9/2017, 2:18:10 PM] Loading 1 platforms... /usr/lib/node_modules/homebridge/lib/api.js:106 throw new Error("The requested platform '" + name + "' was not registered by any plugin."); ^ Error: The requested platform 'HarmonyHub' was not registered by any plugin. at API.platform (/usr/lib/node_modules/homebridge/lib/api.js:106:13) at Server._loadPlatforms (/usr/lib/node_modules/homebridge/lib/server.js:263:45) at Server.run (/usr/lib/node_modules/homebridge/lib/server.js:71:36) at module.exports (/usr/lib/node_modules/homebridge/lib/cli.js:40:10) at Object.<anonymous> (/usr/lib/node_modules/homebridge/bin/homebridge:17:22) at Module._compile (module.js:556:32) at Object.Module._extensions..js (module.js:565:10) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12) at Function.Module._load (module.js:424:3)