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

But if you don't have /mnt/user/Downloads/Completed mapped in the template, then the app has no access to it.  IE:  You've presumably got /books mapped to something like /mnt/user/books.  You need to do the same for the downloads

  • Replies 226
  • Views 76.5k
  • 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

I am sorry, when you say template I thought that you were speaking of the image that I posted previously I am now thinking that you are speaking of something different. Please explain it like you are taking to a fourth grader, because I am failing to follow.

 

Thanks 

Chas

10 hours ago, kysdaddy said:

I am sorry, when you say template I thought that you were speaking of the image that I posted previously I am now thinking that you are speaking of something different. Please explain it like you are taking to a fourth grader, because I am failing to follow.

Post your docker run command as explained in the very first link in the Docker FAQ:

 

https://forums.unraid.net/topic/57181-real-docker-faq/

 

  • 2 weeks later...

Hi !

can you add locale fr_FR.utf8 on the docker ? i need to install each time , or if have a other solution ! 

thx

 

anyone can recommend indexers that are good for books?

 

5 hours ago, steve1977 said:

I checked out the link, but not clear what spotweb does. Is it an indexer or an aggregator of indexer? Does it have a Unraid docker?

I use it as a indexer, not sure what aggregator of indexer means.
When logged in, you have an API you can use with LazyLabrarian, Sonarr, etc.

 

You need a usenet provider and a separate database , MySQL, MariaDB or PostgreSQL.
I use MariaDB (linuxserver/docker-mariadb).

 

To install Spotweb I add manually a container, see screenshot.

After installation of the container, open 'install.php' in your browser until everything is 'OK'.
Follow the wizard and perform the instructions as given by the wizard.

 

I hope this is a little clearer.

 

Screenshot_spotweb.png

  • 4 weeks later...

When I use your repo, I need to re-install Spotweb every time I restart the container. Is this normal?

6 hours ago, Dibux2 said:

When I use your repo, I need to re-install Spotweb every time I restart the container. Is this normal?

No, this is not normal.

Do you have dbsettings.inc.php file in /mnt/user/appdata/spotweb?

On 11/17/2019 at 8:54 PM, ben-nl said:

No, this is not normal.

Do you have dbsettings.inc.php file in /mnt/user/appdata/spotweb?

No, just ownsettings.php , which is blank. 

11 hours ago, Dibux2 said:

No, just ownsettings.php , which is blank. 

First you have to run the Spotweb installer: 'http://yourhost/install.php'.

This will create the necessary database tables and users (create 'dbsettings.inc.php').

 

You can also add 'dbsettings.inc.php' manually, in /mnt/user/appdata/spotweb.

 

My dbsettings.inc.php

<?php

$dbsettings['engine'] = 'pdo_mysql';
$dbsettings['host'] = 'Enter your host here';
$dbsettings['dbname'] = 'spotweb';
$dbsettings['user'] = 'spotweb';
$dbsettings['pass'] = 'Enter your password here';

My ownsettings.php (your personal preference, you have to create this manually)

<?php

# =  /etc/default/spotweb/ownsettings.php  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# =  Hier kan je aangepaste settings opslaan  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# =  Deze lijstjes kan je dan aanvullen door de categoriën toe te voegen die je vind in /lib/SpotCategories.php
# =  Voorbeeld SABnzbd/NZBget: $settings['sabnzbd']['categories'][0]['d11'] = 'Series';
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


$settings['sabnzbd']['categories'][0]['d11'] = 'tvseries';
$settings['sabnzbd']['categories'][0]['default'] = 'movies';
$settings['sabnzbd']['categories'][1]['default'] = 'music';
$settings['sabnzbd']['categories'][0]['a5'] = 'ebooks';
$settings['sabnzbd']['categories'][0]['a11'] = 'ebooks';
$settings['sabnzbd']['categories'][0]['d44'] = 'magazine';
$settings['sabnzbd']['categories'][0]['d31'] = 'comics';
$settings['sabnzbd']['categories'][2]['default'] = 'games';

?>

 

4 hours ago, ben-nl said:

First you have to run the Spotweb installer: 'http://yourhost/install.php'.

This will create the necessary database tables and users (create 'dbsettings.inc.php').

 

You can also add 'dbsettings.inc.php' manually, in /mnt/user/appdata/spotweb.

 

My dbsettings.inc.php


<?php

$dbsettings['engine'] = 'pdo_mysql';
$dbsettings['host'] = 'Enter your host here';
$dbsettings['dbname'] = 'spotweb';
$dbsettings['user'] = 'spotweb';
$dbsettings['pass'] = 'Enter your password here';

My ownsettings.php (your personal preference, you have to create this manually)


<?php

# =  /etc/default/spotweb/ownsettings.php  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# =  Hier kan je aangepaste settings opslaan  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# =  Deze lijstjes kan je dan aanvullen door de categoriën toe te voegen die je vind in /lib/SpotCategories.php
# =  Voorbeeld SABnzbd/NZBget: $settings['sabnzbd']['categories'][0]['d11'] = 'Series';
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


$settings['sabnzbd']['categories'][0]['d11'] = 'tvseries';
$settings['sabnzbd']['categories'][0]['default'] = 'movies';
$settings['sabnzbd']['categories'][1]['default'] = 'music';
$settings['sabnzbd']['categories'][0]['a5'] = 'ebooks';
$settings['sabnzbd']['categories'][0]['a11'] = 'ebooks';
$settings['sabnzbd']['categories'][0]['d44'] = 'magazine';
$settings['sabnzbd']['categories'][0]['d31'] = 'comics';
$settings['sabnzbd']['categories'][2]['default'] = 'games';

?>

 

Strange thing is, I finished installation and conig, had Spotweb running. After a restart I need to start over every time? 

Will try to add your config "hardcoded"  thanks! 

  • 1 month later...

Having an issue sending books.  The log states that the ebook is missing, but I check the path and it’s definitely there.

 

Missing eBook Randy Wayne White, Cuba Straits [/books/Randy Wayne White/Cuba Straits (37)/Cuba Straits - Randy Wayne White.mobi]

7 hours ago, beaverly72 said:

The log states that the ebook is missing, but I check the path and it’s definitely there.

Without further documentation, best guess is that your container paths don't match. If you have /downloads -> /mnt/user/downloads in one docker and /data -> /mnt/user/downloads in the other docker, the files won't be found, because /downloads and /data are different, even though they point to the same destination on the host.

On 12/25/2019 at 7:13 AM, jonathanm said:

Without further documentation, best guess is that your container paths don't match. If you have /downloads -> /mnt/user/downloads in one docker and /data -> /mnt/user/downloads in the other docker, the files won't be found, because /downloads and /data are different, even though they point to the same destination on the host.

I don't think that is the case, but I have included some screen captures that I wasn't able to obtain with the original posting.

 

Let me know if there is anything else I can provide.  Thanks!

ContainerConfig.jpg

FileExplorerLocationOfFile.jpg

UnraidShareLocation.jpg

43 minutes ago, beaverly72 said:

Let me know if there is anything else I can provide. 

 

On 12/25/2019 at 12:24 AM, beaverly72 said:

Having an issue sending books.

What exactly do you mean by that?

2 minutes ago, jonathanm said:

 

What exactly do you mean by that?

I can download the books fine, and they are then moved to the /books path.  The issue is when I click the send button in the UI to send the mobi file to my ereader.  That is when I see in the log that it cannot find the file, but the file is actually there.  LazyLibrarian has the correct path and file name, and the must see the files as it shows it as available to send to my device, but for some reason doesn’t see the file when attempting to send it to my device.

8 minutes ago, beaverly72 said:

LazyLibrarian has the correct path and file name

So LL is showing the file is available at /books/author/title/file.mobi?

1 hour ago, jonathanm said:

So LL is showing the file is available at /books/author/title/file.mobi?

As far as I can tell.  I am not sure of a way to have LL show the path to me, but it gives me the options to Open or Send after it was downloaded and placed in the /books/author/title path.

1 hour ago, beaverly72 said:

 That is when I see in the log that it cannot find the file,

Does that show a path?

1 minute ago, jonathanm said:

Does that show a path?

It does, but only past /books...

Missing eBook Randy Wayne White, Cuba Straits [/books/Randy Wayne White/Cuba Straits (37)/Cuba Straits - Randy Wayne White.mobi]

1 hour ago, beaverly72 said:

The issue is when I click the send button in the UI to send the mobi file to my ereader.

It's been a while since I played with LL, so I opened up an instance and looked around. I can't seem to find that option. Is it only available when working with a specific book?

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.