September 29, 20196 yr 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
October 1, 20196 yr 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
October 1, 20196 yr 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/
October 12, 20196 yr Hi ! can you add locale fr_FR.utf8 on the docker ? i need to install each time , or if have a other solution ! thx
October 18, 20196 yr On 10/13/2019 at 12:49 AM, maxcore said: Hi ! can you add locale fr_FR.utf8 on the docker ? i need to install each time , or if have a other solution ! thx Read this. https://blog.linuxserver.io/2019/09/14/customizing-our-containers/
October 19, 20196 yr On 10/18/2019 at 5:06 AM, ben-nl said: Read this. https://blog.linuxserver.io/2019/09/14/customizing-our-containers/ thx !
October 22, 20196 yr On 10/20/2019 at 9:47 PM, orlando500 said: anyone can recommend indexers that are good for books? I use Spotweb the most. https://github.com/spotweb/spotweb https://github.com/jgeusebroek/docker-spotweb
October 23, 20196 yr 6 hours ago, ben-nl said: I use Spotweb the most. https://github.com/spotweb/spotweb https://github.com/jgeusebroek/docker-spotweb 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?
October 23, 20196 yr 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.
November 17, 20196 yr When I use your repo, I need to re-install Spotweb every time I restart the container. Is this normal?
November 17, 20196 yr 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?
November 22, 20196 yr 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.
November 23, 20196 yr 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'; ?>
November 23, 20196 yr 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!
December 25, 20196 yr 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]
December 25, 20196 yr 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.
December 26, 20196 yr 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!
December 26, 20196 yr 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?
December 26, 20196 yr 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.
December 26, 20196 yr 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?
December 26, 20196 yr 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.
December 26, 20196 yr 1 hour ago, beaverly72 said: That is when I see in the log that it cannot find the file, Does that show a path?
December 26, 20196 yr 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]
December 26, 20196 yr 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.