DobyTang / LazyLibrarian

This project isn't finished yet. Goal is to create a SickBeard, CouchPotato, Headphones-like application for ebooks. Headphones is used as a base, so there are still a lot of references to it.
728 stars 72 forks source link

Audiobooks LibraryScan not writing playlist.ll #1609

Closed justagame closed 5 years ago

justagame commented 5 years ago

Repo: https://github.com/dobytang/lazylibrarian : Branch: master : Updated: Sat Oct 13 11:23:36 2018 Current Version: f35cd2c6c64ccd589c7134911c8329c2ba492005 : Latest Version: f35cd2c6c64ccd589c7134911c8329c2ba492005 Linux 16.04 with Synology NAS bookstrap interface Source of installation is git

LibraryScan does not generate playlist.ll files for the older folders.... typical line in debugging log:

  Unable to create playlist in /mnt/SynMediaFiles/AudioBooks1/Suzanne Collins/Mockingjay: [Errno 2] No such file or directory: u'/mnt/SynMediaFiles/AudioBooks1/Suzanne Collins/Mockingjay/playlist.ll'
philborman commented 5 years ago

Odd error, could it be permissions? The "no such file" message is coming from a line where we are trying to create the file. Is the directory path OK?

justagame commented 5 years ago

funnily, i was just looking into that.....I'm attaching the most recent debug .zip file and log files....

Wendy Atkinson

On Sun, Oct 14, 2018 at 3:52 PM philborman notifications@github.com wrote:

Odd error, could it be permissions? The "no such file" message is coming from a line where we are trying to create the file. Is the directory path OK?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DobyTang/LazyLibrarian/issues/1609#issuecomment-429670268, or mute the thread https://github.com/notifications/unsubscribe-auth/AasTV1pv_V_qY8R83KOpkKAzOYOlQBLqks5uk8A9gaJpZM4Xa5SS .

justagame commented 5 years ago

I'm very green and just learned where to find the bookrename.py file and look at the error line..... Wendy Atkinson

On Sun, Oct 14, 2018 at 4:50 PM M. Wendy Atkinson mwendyatkinson@gmail.com wrote:

funnily, i was just looking into that.....I'm attaching the most recent debug .zip file and log files....

Wendy Atkinson

On Sun, Oct 14, 2018 at 3:52 PM philborman notifications@github.com wrote:

Odd error, could it be permissions? The "no such file" message is coming from a line where we are trying to create the file. Is the directory path OK?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DobyTang/LazyLibrarian/issues/1609#issuecomment-429670268, or mute the thread https://github.com/notifications/unsubscribe-auth/AasTV1pv_V_qY8R83KOpkKAzOYOlQBLqks5uk8A9gaJpZM4Xa5SS .

philborman commented 5 years ago

Should be fixed now, there was a problem if you did not have "rename audiofiles" ticked, we were trying to create the playlist in the wrong directory.

justagame commented 5 years ago

It is running correctly now. Huge thanks for everything. This is a terrific project. Wendy Atkinson

On Mon, Oct 15, 2018 at 6:39 AM philborman notifications@github.com wrote:

Should be fixed now, there was a problem if you did not have "rename audiofiles" ticked, we were trying to create the playlist in the wrong directory.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DobyTang/LazyLibrarian/issues/1609#issuecomment-429817865, or mute the thread https://github.com/notifications/unsubscribe-auth/AasTV6E0kBXVSTMipJAz9Vb1W4S_XKXWks5ulHPygaJpZM4Xa5SS .