August 24, 201114 yr I have changed port to 8085, an see post above EDIt Now SLIMSERVER is not started
August 24, 201114 yr Any hope of getting a plugin for headphones? https://github.com/rembo10/headphones Very similar to couch potato \ sickbeard but for music Headphones is still very new and has quite a few bugs from what I have gathered in following the thread. I am not saying someone might now still create one. I held off creating an unMenu package because I did not want to get the questions about headphones deleting music while a db update was going on, etc, etc.
August 24, 201114 yr I have changed port to 8085, an see post above EDIt Now SLIMSERVER is not started I don't know on which port slim server is listening. I would say stop, sabnzbd .... move or delete your sabnzb data directory and change the port to 9448 or something like that. Then start sabnzbd again.
August 24, 201114 yr Its working NOW I disabled HTTPS in SAB, it.s looks OK now, need to see why slimserver is not starting..........
August 24, 201114 yr Author Cool, Does this mean if you install the app to your ram drive on each reboot it will download again and install ? Yes, if the plugin tries to start the app and can't find it, the most current version of the app will be downloaded and installed. Any hope of getting a plugin for headphones? https://github.com/rembo10/headphones Very similar to couch potato \ sickbeard but for music Maybe once it is more stable. i'm following the development, but currently i won't use it myself. too many horror stories like deleted libraries etc. Its working NOW I disabled HTTPS in SAB, it.s looks OK now, need to see why slimserver is not starting.......... glad you got it working. i never used https for sabnzbd. i'll check, what i can do to circumvent problems like this.
August 24, 201114 yr glad you got it working. i never used https for sabnzbd. i'll check, what i can do to circumvent problems like this. I think its in your php (java) script when you check the port. or not....
August 25, 201114 yr Author um.... those icons on the main page look ... sex! ~ dpc what do you mean? these plugins don't change anything on the main page...
August 26, 201114 yr Any way you might be able to add Headphones to the list of plugins you've developed? It would make a great companion to your present contribution. https://github.com/rembo10/headphones Only prerequisite is pyhton 2.7.x Thanks
August 26, 201114 yr Author there was already one request for this app. i'm following development of headphones, but i believe that it is currently not ready for productive usage. because of that i won't write a plugin yet. once headphones is ready and mainly bugfree, i'll support it
August 26, 201114 yr there was already one request for this app. i'm following development of headphones, but i believe that it is currently not ready for productive usage. because of that i won't write a plugin yet. once headphones is ready and mainly bugfree, i'll support it Thanks for the prompt response. Great that your following its development. I look forward to its development. Cheers
August 27, 201114 yr first problem is with sickbeard it will download the github folder inside of my sickbeard folder something like sickbeard-fwefwmkcvmke when it tries to start sickbeard instead of loading the file from the downloaded folder it tries to load it in the sickbeard folder. to fix it i just moved the files from the downloaded folder and it works. Now how do i get my scripts for sickbeard in sabnzbd to work? i cant figure out why they don't show up in sabnzbd i type the correct directory.
August 27, 201114 yr is it something to do with permissions? i started sabnzbd with nobody and root and both will not show my sickbeard scripts. im loading my sabnzbd from /mnt/cache/.custom/sabnzbd/ everything works expect it will not show the scripts in sabnzdb. so no one has this problem?
August 27, 201114 yr Author you should run both apps as the same user. the correct path (default) for the scripts is "/<PATH TO SICKBEARD INSTALL>/autoProcessTV" e.g. "/mnt/cache/.apps/sickbeard/autoProcessTV" or "/usr/local/sickbeard/autoProcessTV"
August 27, 201114 yr i said i tried both root and nobody it will not show the scripts i don't understand why and path is correct as /mnt/cache/.custom/sickbeard/autoProcessTV/ since i have it in my sabnzbd.ini file which post process to use it tries to load it Cannot run script /mnt/cache/.custom/sickbeard/autoProcessTV/sabToSickBeard.py so i think its not seeing it or not able to access these files.
August 27, 201114 yr Author please check the user rights with "ls -la /mnt/cache/.custom/sickbeard/autoProcessTV" the .py files should have read and execution rights for at least user and group.
August 27, 201114 yr wont it have correct permissions if i run the new permissions from unraid? i will test the command but i need to plug in a moniter.
August 27, 201114 yr Author nope, the newperms script won't work on apps, since it don't know, which files should be executed. the new perms script only gives read and write rights. you can also use telnet to connect to your servers console. if you are using windows, get putty. on mac/linux just use the terminal.
August 27, 201114 yr first problem is with sickbeard it will download the github folder inside of my sickbeard folder something like sickbeard-fwefwmkcvmke when it tries to start sickbeard instead of loading the file from the downloaded folder it tries to load it in the sickbeard folder. to fix it i just moved the files from the downloaded folder and it works. @Benni-chan, I saw similar behavior for CouchPotato and SickBeard. Happens running v5b11 and v5b12. Plugins ver 4a. Folder structure as follows: //Tower2/mnt/disk1/.custom (Tower2 is my test system) ./CouchPotato ./RuudBurger-CouchPotato-cdd4474 (created by plugin, owner "nobody") ./SickBeard ./midgetspy-Sick-Beard-e0e8f0e (created by plugin, owner "nobody") ./SABnzbd ./midgetspy-Sick-Beard-e0e8f0e (created by plugin, owner "root") ./RuudBurger-CouchPotato-cdd4474 (created by plugin, owner "root") Like EMKO, I couldn't get SickBeard to run until I copied everything out of the underlying ./midgetspy... folder to ./SickBeard, and I couldn't get CouchPotato to run until I copied everything out of the underlying ./RuudBurger... folder to ./CouchPotato. Also, I have these extraneous ./RuudBurger... and ./midgetspy... folders under the //Tower2/mnt/disk1/.custom structure that were created by the plugin during troubleshooting. I deleted these folders using MidnightCommander after logging in as "root." All is working fine now, but it took a little sleuthing to figure it out. Kevin
August 27, 201114 yr Author that is strange, since the ruudburger and midgetspy folders should be created in /tmp and then moved and renamed to the installdir. at least at initial install i experienced some problems with the update system in couchpotato, which i'm currently looking at. i'll run some tests and if i find the bugs causing this, i'll release an update
August 28, 201114 yr since many unRAID owners have port 8080 in use by unMENU, I expect your plugin will cause many issues with both as they both try to use port 8080. Since unMENU had it first, I suggest you use an alternate for your plugin. Joe L.
August 28, 201114 yr Author since many unRAID owners have port 8080 in use by unMENU, I expect your plugin will cause many issues with both as they both try to use port 8080. Since unMENU had it first, I suggest you use an alternate for your plugin. Joe L. everyone can enter their own ports in the plugin settings. as default i entered the default port of each app.
August 28, 201114 yr everyone can enter their own ports in the plugin settings. as default i entered the default port of each app. You might consider setting the default ports to those recommended in the unRAID Common Port List in the wiki. It was set up to resolve the known conflicts and has become somewhat of a standard for unRAID setups. Kevin
Archived
This topic is now archived and is closed to further replies.