Jump to content

housewrecker

Members
  • Posts

    69
  • Joined

  • Last visited

Everything posted by housewrecker

  1. 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. 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
  3. 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.
  6. 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. @GeekMajic Yes, I'm currently working on it.
  8. 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
  9. There is an option at the bottom of on the libraries page to research.
  10. @roadkill I may have found your issue. Try repulling.
  11. 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?
  12. Next release. That's my next big chunk of work.
  13. @scott4740 Awesome, glad to hear it! In reference to @tallguydirk's issue, it was a Thymeleaf/Spring Boot post issue. Tested on multiple machines, merging to master, and deploying. v0.1.4
  14. Thanks, I responded. We can run the conversation there and I'll post up the issue/solution.
  15. 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}
  16. Yes, let it finish up the first search. After that, you'll always have the previous RSS to use.
  17. What RSS gaps link are you using in Radarr?
  18. 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
  19. 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.
×
×
  • Create New...