July 16, 20178 yr 40 minutes ago, CHBMB said: Want to post what you did so we can all learn? Otherwise it's like reading a book and finding the last page is missing. The docker wasn't letting me use /magazines for some reason but after changing it to /books It worked instantly. Not sure if the permission is due to the docker. Maybe adding a default /magazine mapping to the template would help?
July 16, 20178 yr 2 minutes ago, CHBMB said: Post your docker run command and I'll take a look root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="LazyLibrarian" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 5299:5299/tcp -v "/mnt/cache/appdata/nzbget/downloads/dst/Books/":"/downloads":rw -v "/mnt/user/books/":"/books":rw -v "/mnt/cache/appdata/lazylibrarian":"/config":rw linuxserver/lazylibrarian 654532fad7397e5116c63701f3e2411621c2b4338bc49003b961f2b73221b848
July 16, 20178 yr 13 minutes ago, CHBMB said: And what was it when you were trying to use /magazines so I can reproduce it here. Permissions denied. Refused to create the folder. It won't create it outside of the /books folder Edited July 16, 20178 yr by jrdnlc
July 16, 20178 yr 37 minutes ago, jrdnlc said: Permissions denied. Refused to create the folder. It won't create it outside of the /books folder I meant your docker run command
July 16, 20178 yr 5 minutes ago, CHBMB said: I meant your docker run command What do you mean? I just created a magazines share and mapped it in the docker.
July 16, 20178 yr Ok, so just so I can replicate the workflow, you were downloading MagPi with sabnzbd or nzbget or putting them in a folder and importing them?
July 17, 20178 yr 5 minutes ago, CHBMB said: Ok, so just so I can replicate the workflow, you were downloading MagPi with sabnzbd or nzbget or putting them in a folder and importing them? NZBget. Just add your mappings same as I had mine. Refer to the screenshots I posted and you should be able to reproduce it. Edited July 17, 20178 yr by jrdnlc
July 17, 20178 yr Works fine here, must be something local to you. 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : Processing magazine Magpi 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : /magazines/Magpi/0003 does not exist, so it's safe to create it 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : Copying 8.JPG to directory /magazines/Magpi/0003 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : Copying Chip MagPi Magazin Mai Juni No 03 2017.pdf to directory /magazines/Magpi/0003 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : Processed nzb: 0003 - Magpi, 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : Creating cover for /magazines/Magpi/0003/0003 - Magpi.pdf
July 17, 20178 yr 2 minutes ago, CHBMB said: Works fine here, must be something local to you. 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : Processing magazine Magpi 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : /magazines/Magpi/0003 does not exist, so it's safe to create it 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : Copying 8.JPG to directory /magazines/Magpi/0003 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : Copying Chip MagPi Magazin Mai Juni No 03 2017.pdf to directory /magazines/Magpi/0003 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : Processed nzb: 0003 - Magpi, 17-Jul-2017 01:25:11 - DEBUG :: POSTPROCESS : Creating cover for /magazines/Magpi/0003/0003 - Magpi.pdf Post a screenshot of your post-process webui Edited July 17, 20178 yr by jrdnlc
July 17, 20178 yr Same as yours. All I did was use /magazines/$Title/$IssueDate My docker run command was docker run -d --name="lazylibrarian" --net="bridge" -e TZ="Europe/London" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 5299:5299/tcp -v "/mnt/cache/downloads/complete/books/":"/downloads":rw -v "/mnt/user/books/calibre/":"/books":rw -v "/mnt/user/magazines":"/magazines":rw -v "/mnt/cache/.appdata/lazylibrarian":"/config":rw linuxserver/lazylibrarian
July 17, 20178 yr 2 minutes ago, CHBMB said: Same as yours. All I did was use /magazines/$Title/$IssueDate My docker run command was docker run -d --name="lazylibrarian" --net="bridge" -e TZ="Europe/London" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 5299:5299/tcp -v "/mnt/cache/downloads/complete/books/":"/downloads":rw -v "/mnt/user/books/calibre/":"/books":rw -v "/mnt/user/magazines":"/magazines":rw -v "/mnt/cache/.appdata/lazylibrarian":"/config":rw linuxserver/lazylibrarian Doesn't look the same that's why I asked to post screenshot.
July 17, 20178 yr 7 minutes ago, CHBMB said: What doesn't look the same? Why not just post a screenshot instead of going back and forth like this? Edited July 17, 20178 yr by jrdnlc
July 17, 20178 yr It's exactly like I said. And I think that's a bit of a cheek seeing as I've had to drag the information out of you.
July 17, 20178 yr @CHBMB Remove the /mnt/user/books/calibre/ > /books mapping and tell me if it still works.
July 17, 20178 yr Just now, jrdnlc said: @CHBMB Remove the /mnt/user/books/calibre/ > /books mapping and tell me if it still works. No, I'm going to bed, why don't you experiment.
July 17, 20178 yr Just now, CHBMB said: No, I'm going to bed, why don't you experiment. Lol, I thought so. Take care man
August 27, 20178 yr Hi could we have a docker update before the weekend please. The current version (2542a7df37ed84158fe9d6eb65862cf5db607749) has a bug which means it won't download anything which is fixed in later versions: https://github.com/DobyTang/LazyLibrarian/issues/1006#issuecomment-325192695 Edited August 27, 20178 yr by DZMM
August 27, 20178 yr Thanks - will keep a look out! I think I finally have this set up correctly feeding calibre, feeding calibre-web for easy access for the family
August 27, 20178 yr 40 minutes ago, DZMM said: Thanks - will keep a look out! I think I finally have this set up correctly feeding calibre, feeding calibre-web for easy access for the family New version has hit the hub.
August 27, 20178 yr Thanks. My indexers are still getting blocked for failing - anyone else having problems or is it just me? 2017-08-27 20:59:09 INFO Blocking provider https://api.nzbgeek.info/ for 60 minutes because [Errno -3] Try again 2017-08-27 20:59:09 ERROR Error reading data from https://api.nzbgeek.info/: [Errno -3] Try again 2017-08-27 20:59:04 DEBUG [NewzNabPlus] URL = https://api.nzbgeek.info//api?q=Jane+Austen+Emma&apikey=xxxxxxxxxxxxxxxxxxxxxxxxx&t=search&extended=1 2017-08-27 20:59:04 DEBUG [NewzNabPlus] - nzb Search parameters set to {'q': u'Jane Austen Emma', 'apikey': u'xxxxxxxxxxxxxxxxxxxxxxxxx', 't': u'search', 'extended': u'1'} 2017-08-27 20:59:04 DEBUG [NewzNabPlus] searchType [general] with Host [https://api.nzbgeek.info/] mode [nzb] using api [xxxxxxxxxxxxxxxxxxxxxxxxx] for item [{'bookSub': u'', 'bookid': u'6969', 'bookName': u'Emma', 'library': 'eBook', 'authorName': u'Jane Austen', 'searchterm': u'Jane Austen Emma'}] 2017-08-27 20:59:04 DEBUG [IterateOverNewzNabSites] - https://api.nzbgeek.info/ 2017-08-27 20:59:04 DEBUG Using stored capabilities for https://api.nzbgeek.info/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.