Page 29 of 31

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 2nd, 2013, 6:57 am
by simonk83
codeslave wrote:Hey all.

If your forking off my fork and fix something throw a pull request up. Im going to start working on this since it seems abandoned again

Good man :) It's not working for me at all at the moment so I'd given up on it.

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 2nd, 2013, 11:54 am
by ruinit
Matr1x wrote:I have created an installation package (spk) for Synology Diskstation. It contains the latest update of the herman-rogers/LazyLibrarian-1 version, including a fix for the issue in versioncheck.py with retrieving latest version information from github (https://github.com/raymccarthy/LazyLibr ... f50212d069).

Package can be found on http://synology.mdevries.org/spkrepo/packages.

Hopefully herman-rogers will include the commit from raymccarthy in the next update, otherwise the version check will fail again.

Your repo site is down

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 2nd, 2013, 11:57 am
by ruinit
codeslave wrote:Hey all.

If your forking off my fork and fix something throw a pull request up. Im going to start working on this since it seems abandoned again
Where is your fork located, I hate this keeps getting abandoned :(

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 2nd, 2013, 1:07 pm
by al1937
Location??

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 6th, 2013, 11:00 am
by codeslave
https://github.com/Code-Slave/LazyLibrarian

I tried merging herman-rogers code in and it just wont. working on it

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 6th, 2013, 11:10 am
by codeslave
Issues are now open and im paying attention to them. Updates may not be fast and furious but This is my new summer project to get it to a decent functional state. Showstopper/Stabilizing bugs will take priority

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 6th, 2013, 12:39 pm
by tymanthius
codeslave wrote:Issues are now open and im paying attention to them. Updates may not be fast and furious but This is my new summer project to get it to a decent functional state. Showstopper/Stabilizing bugs will take priority

Thanks. :)

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 7th, 2013, 10:38 am
by codeslave
Id like thoughts on how to make this the official repo. theres quite a few out there and everyone has patches everywhere. Should i Make a True fork with new name etc?

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 7th, 2013, 10:43 am
by tymanthius
codeslave wrote:Id like thoughts on how to make this the official repo. theres quite a few out there and everyone has patches everywhere. Should i Make a True fork with new name etc?

Also, take a look at this: http://www.reddit.com/r/usenet/comments ... gin_based/

Might be a better project for this idea.

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 7th, 2013, 11:56 am
by codeslave
that does look interesting will play some.


Just a quick status. Ive merged the herman-rodgers code back into my repo. So I think this is a good point. If you have changes send a pull to my dev branch please. I will only be merging from dev to master when its tested

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 7th, 2013, 2:12 pm
by codeslave
Ok my repo is very screwed up. its a big circle jerk too. herman forked mine, something in it is very different from mine when i merged all the changes is screwed everything up. Will be rolling this stuff back i guess

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 8th, 2013, 12:54 am
by simonk83
codeslave wrote:Ok my repo is very screwed up. its a big circle jerk too. herman forked mine, something in it is very different from mine when i merged all the changes is screwed everything up. Will be rolling this stuff back i guess
Yep, just installed it and I'm getting:

Code: Select all

Traceback (most recent call last):
  File "LazyLibrarian.py", line 1, in <module>
    import os, sys, time, cherrypy, threading, locale
  File "/Users/Simon/Handies/LazyL/cherrypy/__init__.py", line 65, in <module>
    from cherrypy._cperror import HTTPError, HTTPRedirect, InternalRedirect
  File "/Users/Simon/Handies/LazyL/cherrypy/_cperror.py", line 205
    <<<<<<< HEAD
     ^
SyntaxError: invalid syntax

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 10th, 2013, 6:22 am
by codeslave
Yea turns out herman-rogers had a more up to date repo from original source and caused all kinds of issues merging. So i deleted my repo and forked herman-rogers. Url is still the same. Issue open. Much better place to start from

Re: LazyLibrarian: Automate your ebook/author collection

Posted: June 12th, 2013, 11:56 pm
by mythik
O.o ...I know it's not LazyLibrarian, but it looks like the xdm project mentioned above (https://github.com/lad1337/XDM) got an upgrade, it's got a brand spanking new plugin for books this morning!
It's a bit annoying to install the plugin itself, but after a little pain it's definitely working.

You can still only add books to your wanted list one-at-a-time at this stage but !!! if it ends up getting a Media Adder that scrapes your Goodreads 'Want to Read' list, or (drool) Amazon Wish Lists it could be pretty darn awesome.

Re: LazyLibrarian: Automate your ebook/author collection

Posted: July 3rd, 2013, 11:34 pm
by sacretagent
hi

running this version -> bf5db4f4f4389c6be7af0f10fe1a592f01d7ce61
not getting anything returned from providers

Code: Select all

2013-07-04 11:29:33	ERROR	Error 403 openning url
2013-07-04 11:29:33	INFO	Searching for Chris Ryan. at: http://192.168.*.*/
2013-07-04 11:29:33	ERROR	Error 403 openning url
2013-07-04 11:29:33	INFO	Searching for Chris Ryan. at: https://provider:443/
the 192 ip is my local newznab server that i am running in a vm just FYI .. works great in sick and couch....

UPDATE: Nevermind seemed i was still on another fork somehow... deleted my setup and updated to the codeslave master and it seems working now....