Jump to content

housewrecker

Members
  • Posts

    69
  • Joined

  • Last visited

Posts posted by housewrecker

  1. On 7/16/2020 at 10:06 AM, Energen said:

    Well hell, if that's what you've been working on already then that's some damn good work. 

     

    Since it looks like you've got that going pretty good then I'd suggest possibly a method of adding movies to Radarr so that you could one-click add them to your library -- or to add any selected items to their own rss feed that can be imported, rather than an rss feed of 'all' missing items.

     

    Nice work.

    I just pushed an quick update with the movies in the collection and hyperlinks for each. That should help you for now until I get the time to finish up the redesign. 

  2. 20 hours ago, MMW said:

    Sorry if this has been asked before but after recent Plex updates and feature changes I am moving away from Plex and onto Jellyfin.

    Is there a way to make this work with Jellyfin or will the folder search option be added into this docker as mentioned by others in this thread?

    Thanks.

    I've never tried Jellyfin. I'd have to look into it, but it would be a bit of a longer term fix for me unless I had help. There's a few other features I want to get in. I'll put it on the list. Feel free to make an issue on my github. https://github.com/JasonHHouse/gaps/issues

    • Thanks 1
  3.  

    13 minutes ago, Alex.b said:

    Hello,

     

    I have localized title in Plex, GAPS tells me I don't have some movies because it lists movies in english but mine are in French in Plex. Is it possible to change this setting in GAPS ?

     

    Thank you

    That's on my short list to implement. I had to make some updates to the backend code, now I'm working some frontend changes. It should be fixed soon.

  4. That's a good idea. I like that a lot. I was thinking of something long term in the same idea, creating a collection. Like adding actors, genres, directors. Same idea of adding completely new collections. 

     

    I can in the short term, add other movies in the collection to the cards currently. It'll be a bit until I can roll out the mock up above. 

  5. Thanks for the mock up. I have been working on something like that while I have time on the side. It goes into more details like yours but includes photos. I also want to expand gaps beyond traditional collections and add support for finding all movies by an actor or director. Attached are a couple of mock ups I've done so far. Let me know what you think. 

    Screenshot from 2020-07-16 09-29-58.png

    Screenshot from 2020-07-16 09-32-29.png

    Screenshot from 2020-07-16 09-32-43.png

    Screenshot from 2020-07-16 09-33-18.png

    • Like 1
  6. 11 hours ago, shiftylilbastrd said:

     

    Can't seem to get this working. Plex and tmdb added and testing correctly.

    After hitting search my media successfully shows up but if I switch tabs I see the mind the gap message.

    Error from the log shown below. Tried removing and adding the docker and get the same thing.

    2020-06-24 20:04:26.787 ERROR 8 --- [nio-8484-exec-4] com.jasonhhouse.gaps.service.IoService : Can't write to file /usr/data/e0d895c1495924ed2395a81cb81dbee45bc69539/1/ownedMovies.json

    That means Gaps doesn't have permissions to write to the folder you configured to store its data. Check the permissions of the folder you're using in app data vs other folders, it's most likely limited there. I've run into this issue on Ubuntu when I didn't set a folders permissions correctly. 

  7. I have a GeForce GTX 1050 Ti in an ASRock x370 Taichi motherboard. Unraid seems to find the GPU when I check PCI Devices and IOMMU Groups resulting in these two lines. 

     

    IOMMU group 16:[10de:1c82] 0c:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1)

    [10de:0fb9] 0c:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)

     

    However, when I make VMs no GPU is available. The same issue happens with the Nvidia Unraid plugin and the GPU Stats Plugin, nothing is ever detected. I'm fairly new to Unraid and could use some help figuring out why the GPU isn't available. I attached a diagnostics report below, let me know if anything else is needed. Thanks for any help. 

    tower-diagnostics-20200429-1208.zip

    • Like 1
  8. 9 hours ago, roadkill said:

    Hi i get this error trying to run New version. Worked fine prior to update.

     

    2020-03-24 09:33:48.911 INFO 1 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0]

    That is actually an INFO message, rather than an ERROR message. Can you send me the full log and what the issue your experiencing is? 

  9. 52 minutes ago, tallguydirk said:
    
    root@30b43fd8f0cb:/usr/app# curl -I http://towermediaserv:32400/web/index.html#
    HTTP/1.1 200 OK
    Cache-Control: no-cache
    Accept-Ranges: bytes
    Connection: Keep-Alive
    Keep-Alive: timeout=20
    Content-Length: 10146
    Content-Type: text/html
    X-Plex-Protocol: 1.0
    Date: Tue, 07 Jan 2020 03:36:12 GMT

    Here's my plex docker config:

    network = host

    192.168.86.12:1900/UDP-->192.168.86.12:1900
    192.168.86.12:3005/TCP-->192.168.86.12:3005
    192.168.86.12:32400/TCP-->192.168.86.12:32400
    192.168.86.12:32410/UDP-->192.168.86.12:32410
    192.168.86.12:32412/UDP-->192.168.86.12:32412
    192.168.86.12:32413/UDP-->192.168.86.12:32413
    192.168.86.12:32414/UDP-->192.168.86.12:32414
    192.168.86.12:32469/TCP-->192.168.86.12:32469
    192.168.86.12:8324/TCP-->192.168.86.12:8324

     

    and gaps docker config:

    network = bridge

    172.17.0.5:8484/TCP-->192.168.86.12:8484

     

    I just now tried it using 192.168.86.12 and was able to get past the plex configuration step, but now it's failing after I select which library I want to check for gaps in.  This is the error message:

    
    2020-01-06 22:48:33.752 ERROR 1 --- [nio-8484-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.beans.InvalidPropertyException: Invalid property 'libraries[10]' of bean class [com.jasonhhouse.gaps.PlexSearch]: Index of out of bounds in property path 'libraries[10]'; nested exception is java.lang.IndexOutOfBoundsException: Index 10 out of bounds for length 2] with root cause
    
    java.lang.IndexOutOfBoundsException: Index 10 out of bounds for length 2

     

    Gaps is reporting 10 Plex libraries but is only finding 2. I need to see how many 'Movie' type libraries you have.

     

    Can you send me the results of this call?

    http://{IP_ADDRESS}:32400/library/sections/?X-Plex-Token={PLEX_TOKEN}

     

  10. 3 minutes ago, Viperkc said:

    The one provided in the UI. But mine is still doing the initial scan so maybe need to let it finish before adding to Radarr?

    Yes, let it finish up the first search. After that, you'll always have the previous RSS to use. 

  11. 4 minutes ago, Viperkc said:

    I cannot seem to get the RSS to work in Radarr.  I get this message:

     

    Unable to connect to indexer. Indexer responded with html content. Site is likely blocked or unavailable.

    What RSS gaps link are you using in Radarr? 

  12. 18 minutes ago, tallguydirk said:

    I can access the gaps web app, but when i try to add in the plex configuration from within the gaps web app it fails and takes me to a generic "something went wrong" page saying to check the logs, contact the dev, post on reddit, etc.

     

    I normally use http://towermediaserv:32400/web/index.html# to access Plex.  

    I don't know your skill level. But one test would be to curl Plex inside the Gaps docker container to see if the container is configured and can connect. I'm not in a spot to know if curl is in the container but it's worth a shot.  You need to install curl. It's easy and I have the commands below. How do you have docker configured? Is it using the host IP or does it have its own IP's behind the host machine? I would use the IP address if you can. So Address would be 192.168.86.12, port 32400, and then your token. 

     

    If you open a unraid terminal.

     

    EDITED

     

    $ docker ps 

    (Copy the gaps id)

    $ docker exec -ti $(CONTAINER) /bin/bash

    $ apt-get update

    $ apt-get install curl

    $ curl -I http://towermediaserv:32400/web/index.html#

     

    Also, when you look at docker ps. In the ports section for Gaps, it should have the below as one of the ports

    32400/tcp

     

  13. 19 minutes ago, tallguydirk said:

    I'm having trouble getting it set up with Plex.  This is the only error I see in the docker log:  

    
    2020-01-06 20:32:47.315 ERROR 1 --- [nio-8484-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalArgumentException: unexpected host: http://192.168.86.12:32400/web/index.html#] with root cause
    
    java.lang.IllegalArgumentException: unexpected host: http://192.168.86.12:32400/web/index.html#

     

    I get exact same error no matter what IP I try:

    http://towermediaserv:32400/web/index.html# 

    http://towermediaserv:32400/web/index.html

    192.168.86.12 (my unraid server's local IP)

    https://localhost:32400/web/index.html

    http://192.168.86.12:32400/web/index.html

     

    I do have Plex's Network Settings | Secure connections set to Preferred

    Gaps creator here.

     

    This could be a few things. I'm assuming your on Gaps v0.1.+. If not, make sure to update. Is Plex in your unraid container? Is the port 32400 exposed in the docker container to allow access to Plex? Did you set the network connections as mentioned by @interwebtech? If you want to post the whole long I can keep digging.

    On 12/30/2019 at 6:41 AM, interwebtech said:

    FYI you will need to have Plex server Network Settings | Secure connections set to Preferred to get this to work. Required fails to connect. I hammered on this for while before stumbling across the advise on Reddit.

     

×
×
  • Create New...