Results 14 issues of Marcell Mars

I have dynamically prepared plain text which can be used with wget in this way: `wget -cxnH -i prepared_plain_text.txt` or metalink file which works with aria2c: `aria2c -c prepared_metalink.meta4` both...

enhancement
P3

for: `fsserve -t rpc -p 1917` and then: `fstree rpc://127.0.0.1:1917` it gives this output: ``` fstree: Error - a bytes-like object is required, not 'str' rpc://127.0.0.1:1917 ``` didn't check with...

bug

it should show total number of books in particular context (per search, per librarian etc.). and then how many books shown...

it should say: 2212 books, 212 in search results, 16 shown

enhancement

it should ask only for active catalogs. https://github.com/marcellmars/letssharebooks/blob/b520250b8a3b108ce559c0599b9bf2127d564d15/library/static/local_calibre.js#L14 should change to: $.getJSON('get_active_catalogs', {}).done(function(catalogs) { and https://github.com/marcellmars/letssharebooks/blob/master/library/libraries.py should get: get_active_catalogs similiar to: https://github.com/marcellmars/letssharebooks/blob/b520250b8a3b108ce559c0599b9bf2127d564d15/library/libraries.py#L297

bug

- symlinks dont work because it's out of cherrypy directory of static files. (it would probably work if it's in the same depth.) - hardlinks don't work because git first...

question

atm, if you search for author like "first last" and author's name is "first m last" it won't find it. not good.

bug
enhancement

it's blocking now and sometimes it takes too long to wait for release. shuttind_down is in ui.py.

enhancement