GithubHelp home page GithubHelp logo

unplugged's People

Contributors

benni-chan avatar chronostriker1 avatar hlarsen avatar influencer avatar lonix avatar mrowlinson avatar piotrasd avatar spylex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

unplugged's Issues

Heaphones Version Issue

The Headphones plugin seems to be installing headphones in such a way that the version is either "out of date" or headphones can't read / find the version and always asks me to update. Clicking the update link doesn't do anything at all, then it inquires that I need to update again. Is anyone else experiencing this issue with Headphones?

BTW thanks for all that you do, the plugins you keep up to date are amazing.
missing-headphones-version

SABNZBD stop function not working

Whenever I try to stop the array or click on "stop" in the plugin settings it says:
"/etc/rc.d/rc.sabnzbd stop"
but then it disappears a few seconds later and never stops SABNZBD. It SHOULD read "Stopping SABnzbd..." next but it never does.

I went into the plugin code and commented out the first IF statement and it works now. My SABNZBD runs on port 8081. It seems the pid that is created is sabnzbd-9091.pid and that first IF statement is looking for sabnzbd-8081.pid. Since it doesn't find it, it just goes to the return and does nothing.

I'm not sure where the $PORT variable is being set but in the settings GUI it never seems to remember the correct port in there either. However, SABNZBD correctly runs on the port I want it to... 8081.

LazyLibrarian

Any Chance of getting LazyLibrarian added as a plugin?

original code based on Headphones but its for eBooks
https://github.com/itsmegb/LazyLibrarian

Looking forward to using many of these plugins on my first UNraid build starting next month when I get my hands on my new hardware :o

cheers

Mark

sickbeard warning message to console during plugin install: break only meaningful...

I've been meaning to capture this for ages but since I only occasionally reboot my unraid box, I hardly ever see the message.

Here's a screen grab of the message; http://i.imgur.com/1crYz.jpg

Offending piece of code;

plgdata=cat /boot/config/plugins/sickbeard/sickbeard.cfg | grep PLG_DATACHECK
if [[ $plgdata = "" ]]; then
break
else
sed "/$plgdata^/d" /boot/config/plugins/sickbeard/sickbeard.cfg >tmp
mv tmp /boot/config/plugins/sickbeard/sickbeard.cfg
fi

Plugin for XDM (eXtendable Download Manager)

http://xdm.lad1337.de/downloads/

I haven't even tried it, since it is distributed for OSX currently, but it is python and should work on unRAID too.

Think of it as a good stand-in for Gamez, LazyLibrarian.

It has Headphones functionality but is tied into iTunes, so maybe not a fit for unRAID.

It also supports movies, but I believe CP is currently better. That may change.
I haven't seen support for TV Shows.

OpenSSL-0.9.8 should be updated

SimpleFeatures email & webserver plugins use OpenSSL-1.0.1c.
Please update plugins to use newer version.
has been done manually - everything works fine.
thanks

on CouchPotato ThePirateBay search does not work

As described here https://github.com/RuudBurger/CouchPotatoServer/issues/671
Couchpotato does not recognize the magnet links and this is the log everytime you try downloading them

[hpotato.core.plugins.base] Failed opening url in ThePirateBay: magnet:? xt=urn:btih:b0225eb5a61557666cd73feb2ea99d695ab949b4&dn=The+Bourne+Identity.2002.DVDRIP_ENG.avi&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.istole.it%3A6969&tr=udp%3A%2F%2Ftracker.ccc.de%3A80 Traceback (most recent call last):
File "/mnt/disk1/couchpotato_v2/couchpotato/core/plugins/base.py", line 139, in urlopen
data = urllib2.urlopen(request, timeout = timeout).read()
URLError:

Couchpotato won't update in-app

Here's the log

05-29 21:38:14 ERROR [hpotato.core.plugins.base] Failed opening url in FileManager: https://github.com/RuudBurger/CouchPotatoServer/tarball/master Traceback (most recent call last):
File "/usr/local/couchpotato_v2/couchpotato/core/plugins/base.py", line 148, in urlopen
response = urllib2.urlopen(request, timeout = timeout)

HTTPError: HTTP Error 404: Not Found
05-29 21:38:14 ERROR [hpotato.core.plugins.file] Failed downloading file https://github.com/RuudBurger/CouchPotatoServer/tarball/master: Traceback (most recent call last):
File "/usr/local/couchpotato_v2/couchpotato/core/plugins/file/main.py", line 103, in download
filedata = self.urlopen(url, *_urlopen_kwargs)
File "/usr/local/couchpotato_v2/couchpotato/core/plugins/base.py", line 148, in urlopen
response = urllib2.urlopen(request, timeout = timeout)
File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.6/urllib2.py", line 397, in open
response = meth(req, response)
File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.6/urllib2.py", line 429, in error
result = self._call_chain(_args)
File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
result = func(_args)
File "/usr/lib/python2.6/urllib2.py", line 605, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python2.6/urllib2.py", line 397, in open
response = meth(req, response)
File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.6/urllib2.py", line 429, in error
result = self._call_chain(_args)
File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
result = func(_args)
File "/usr/lib/python2.6/urllib2.py", line 605, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python2.6/urllib2.py", line 397, in open
response = meth(req, response)
File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.6/urllib2.py", line 435, in error
return self._call_chain(_args)
File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
result = func(*args)
File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found

05-29 21:38:14 ERROR [potato.core._base.updater] Failed updating: Traceback (most recent call last):
File "/usr/local/couchpotato_v2/couchpotato/core/_base/updater/main.py", line 278, in doUpdate
tar = tarfile.open(destination)
File "/usr/lib/python2.6/tarfile.py", line 1644, in open
raise ValueError("nothing to open")
ValueError: nothing to open

LazyLibrarian

Apologies for creating a new Issue but I couldnt see any way to reopen a closed issue?

below is the previous thread, with the last comment being the useful info

I asked on the other link if they could change the source to use the correct fork, but I have not even had any response
Can you please make the LazyLibrarian plugin use https://github.com/LibrarianMike/LazyLibrarian.git

this fork is being worked on regularly and is currently the only version I can get working normally, so would love to have this version on unraid

Many thanks



Any Chance of getting LazyLibrarian added as a plugin?

original code based on Headphones but its for eBooks
https://github.com/itsmegb/LazyLibrarian

Looking forward to using many of these plugins on my first UNraid build starting next month when I get my hands on my new hardware :o

cheers

Mark

Benni-chan commented a month ago
as far as i can see, there are no dependencies for this tool, except python...
there would be a need for update via plugin ui. and we would have to check, what command parameters are supported and what we have to write into the config ourself...

but i guess, we could mainly take one existigng plugin and change some code. should not be too much work. If I got some time, I'll take a look.

Benni-chan commented 21 days ago
i've just noticed, that there is already a plugin available for this.
you can find it here: https://github.com/W-W/unRAID
don't know, if it still works...
Closed
Benni-chan closed the issue 21 days ago

Markyb0y commented 2 days ago
The plugin you linked to does not work as far as I can see, all your unplugged apps install fine and show in the settings screen etc

Also, I asked on the other link if they could change the source to use the correct fork, but I have not even had any response
Can you please make the LazyLibrarian plugin use https://github.com/LibrarianMike/LazyLibrarian.git

this fork is being worked on regularly and is currently the only version I can get working normally, so would love to have this version on unraid

Many thanks

Sabnzbd is messed up

Upon installing, it errors on trying to wget par2cmdline.

But far worse, when I click Done, the WHOLE web interface is knackered. Everypage shows a WSOD, i.e. zero bytes of HTML, i.o.w. no web interface. I had to reboot the whole server.

After that, I experienced at least one freeze (of the whole server, not just one VM).

Please fix this problem ASAP and also please tell me how to undo the damage your plugin has likely caused.

Add Unrar to SB package.

Latest SB TPB fork of mr-orange support extracting archives with unrar, it would be nice to be able to use this feature.
I've tested this feature (with unrar 4.2.4) and it looks to be working without an issue.
I won't PR this myself as I'm considering to move away from Unraid but I believe others will benefit from this.

Gamez branch old, use lad1337

The Gamez branch of lad1337 is more advanced than the one currently in use by the plugin. I sgguest to switch to lad1337's branch for Gamez.

Python related issues in NZBMegasearcH

Hello

I'm getting the following errors running the latests version of the NZBMegasearcH plug-in:

~*~ ~*~ NZBMegasearcH ~*~ ~*~ v.0.45 large_server: False debug: False 

2013-11-04 07:23:33,994 - root - INFO - 
2013-11-04 07:23:33,434 - TERMINAL - INFO - ----------------------------------- 
2013-11-04 07:23:33,434 - TERMINAL - INFO - >> RESTARTING NOW 
2013-11-04 07:23:33,433 - TERMINAL - INFO - >> Bailing out serve_forever 
2013-11-04 07:23:33,430 - TERMINAL - INFO - >> Restart invoked 
2013-11-04 07:23:29,523 - TERMINAL_ERR - ERROR - AttributeError: iter 
2013-11-04 07:23:29,523 - TERMINAL_ERR - ERROR - for seas in tree.iter('Season'): 
2013-11-04 07:23:29,523 - TERMINAL_ERR - ERROR - File "/mnt/user/apps/nzbmegasearch/SuggestionModule.py", line 262, in get_show_lastepisode 
2013-11-04 07:23:29,522 - TERMINAL_ERR - ERROR - lastepisode = self.get_show_lastepisode(show_trend_raw[i]['tvrage_id']) 
2013-11-04 07:23:29,522 - TERMINAL_ERR - ERROR - File "/mnt/user/apps/nzbmegasearch/SuggestionModule.py", line 200, in asktrend_show 
2013-11-04 07:23:29,522 - TERMINAL_ERR - ERROR - self.__target(*self.__args, **self.__kwargs) 
2013-11-04 07:23:29,521 - TERMINAL_ERR - ERROR - File "/usr/lib/python2.6/threading.py", line 484, in run 
2013-11-04 07:23:29,521 - TERMINAL_ERR - ERROR - self.run() 
2013-11-04 07:23:29,521 - TERMINAL_ERR - ERROR - File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner 
2013-11-04 07:23:29,520 - TERMINAL_ERR - ERROR - Traceback (most recent call last): 
2013-11-04 07:23:29,520 - TERMINAL_ERR - ERROR - Exception in thread Thread-4: 
2013-11-04 07:23:27,746 - werkzeug - INFO - * Running on http://0.0.0.0:8084/ 
2013-11-04 07:23:27,728 - TERMINAL - INFO - >> Running on port 8084 
2013-11-04 07:23:27,728 - TERMINAL_ERR - ERROR - AttributeError: iter 
2013-11-04 07:23:27,728 - TERMINAL_ERR - ERROR - for seas in tree.iter('Season'): 
2013-11-04 07:23:27,727 - TERMINAL_ERR - ERROR - File "/mnt/user/apps/nzbmegasearch/SuggestionModule.py", line 262, in get_show_lastepisode 
2013-11-04 07:23:27,727 - TERMINAL_ERR - ERROR - lastepisode = self.get_show_lastepisode(show_trend_raw[i]['tvrage_id']) 
2013-11-04 07:23:27,727 - TERMINAL_ERR - ERROR - File "/mnt/user/apps/nzbmegasearch/SuggestionModule.py", line 200, in asktrend_show 
2013-11-04 07:23:27,726 - TERMINAL_ERR - ERROR - self.__target(*self.__args, **self.__kwargs) 
2013-11-04 07:23:27,726 - TERMINAL_ERR - ERROR - File "/usr/lib/python2.6/threading.py", line 484, in run 
2013-11-04 07:23:27,726 - TERMINAL_ERR - ERROR - self.run() 
2013-11-04 07:23:27,726 - TERMINAL_ERR - ERROR - File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner 
2013-11-04 07:23:27,725 - TERMINAL_ERR - ERROR - Traceback (most recent call last): 
2013-11-04 07:23:27,725 - TERMINAL_ERR - ERROR - Exception in thread Thread-2

PlexMediaServer Watchdog Plugin

So I was hoping I could look at plugins and figure out how to make my own... I'm in way over my head. I figured it was a longshot, but wanted to see if you could make a plugin to "installs a cron" on reboot, the cron would execute a .sh script that checks if plex service is running, if not, restart it. I've seen a few things from googling, but nothing "stays with my OS on reboot" from the flash drive.

If your not interested, I understand. Just tired of rebooting my server simply because plex service goes down.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.