Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - LazyLibrarian

Featured Replies

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?

  • Replies 226
  • Views 76.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Why are you putting /config on a drive mounted outside the array?

  • This forum is only for unRAID support. Linuxserver.io has its own forum for supporting their dockers on other platforms.

  • @cheerios2006 Make sure you extra parameters look exactly like this:   -e 'DOCKER_MODS=linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg'   Please note the

Posted Images

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

 

And what was it when you were trying to use /magazines so I can reproduce it here.

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 by jrdnlc

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

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.

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?

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 by jrdnlc

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

 

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 by jrdnlc

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

 

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. 

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 by jrdnlc

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.

 

 

 

 

Screenshot from 2017-07-17 01-50-02.png

@CHBMB Remove the /mnt/user/books/calibre/ > /books mapping and tell me if it still works.

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.

Just now, CHBMB said:

 

No, I'm going to bed, why don't you experiment.

 

Lol, I thought so. Take care man

1 minute ago, jrdnlc said:

 

Lol, I thought so. Take care man

 

Thought what?

  • 1 month later...

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

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.

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.