-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to Python 3 #13
base: master
Are you sure you want to change the base?
Port to Python 3 #13
Conversation
I've reviewed the activity source code, and I'm not willing to test or merge, as the activity has no use case that I can figure out. |
James,
The purpose of this Activity was to enable the XO to read comic books in
CBZ format without having to store them in the journal. Instead, you can
put them on an SD card and have the journal entry point to the file on that
card. Disk space on an XO is very limited, but SD cards (and micros SD's
with an SD adapter) can store a lot of data fairly cheaply.
A CBZ file is a collection of sequentially named image files (GIF, JPG,
PNG) in a Zip file which has been given the suffix .cbz.
James Simmons
…On Wed, Dec 18, 2019 at 9:04 PM James Cameron ***@***.***> wrote:
I've reviewed the activity source code, and I'm not willing to test or
merge, as the activity has no use case that I can figure out.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13?email_source=notifications&email_token=ACNZSYJOVGOBNKUYIVF32XLQZLQD5A5CNFSM4J4KZRMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHIHOKA#issuecomment-567310120>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNZSYN7MNCBUGWFHRYXNETQZLQD5ANCNFSM4J4KZRMA>
.
|
Thanks, I agree. So no use case for more modern computers that have substantially more storage. |
James,
It was something I wrote for my own use, and at the time served a real need
I had. If anyone wants to try it out, a sample .CBZ file will be found here:
https://archive.org/details/AnnieOakleyComicBook
The file format is Comic Book Zip.
The Internet Archive has a collection of these:
https://archive.org/details/comics
James Simmons
…On Thu, Dec 19, 2019 at 4:19 PM James Cameron ***@***.***> wrote:
Thanks, I agree. So no use case for more modern computers that have
substantially more storage.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13?email_source=notifications&email_token=ACNZSYI4WBM655CAZUBGOVDQZPXQLA5CNFSM4J4KZRMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHLHQVY#issuecomment-567703639>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNZSYLGRL4G7FH3FWNKBG3QZPXQLANCNFSM4J4KZRMA>
.
|
Thanks. So it could be enhanced to reach into Internet Archive to download and keep CBZ files? |
James,
It would make more sense to modify get ia books to download the CBZ format.
There aren't a lot of CBZ format files at the Internet Archive, and if
journal space isn't at a premium View Slides does the same thing Read SD
Comics does, with the CBZ file stored in the Journal.
If you don't think Read SD Comics is needed anymore, I'm Ok with it. I
haven't been actively involved with Sugar Labs for many years, though I
still subscribe to the mailing lists. I'm amazed that any of my old stuff
is still being maintained.
James Simmons
…On Thu, Dec 19, 2019 at 7:36 PM James Cameron ***@***.***> wrote:
Thanks. So it could be enhanced to reach into Internet Archive to download
and keep CBZ files?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13?email_source=notifications&email_token=ACNZSYLEQ2UWBHIS4RQUTB3QZQOQZA5CNFSM4J4KZRMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHLS4VA#issuecomment-567750228>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNZSYOS2VKGL2CCQBXF7I3QZQOQZANCNFSM4J4KZRMA>
.
|
Thanks. I don't mind either way; we just need a maintainer to step up to add CBS format support somewhere. I don't think we have that. I wouldn't call this maintenance; @ayushnawal is apparently semi-automatically paying attention to all repositories with specific tasks in mind. It creates an illusion of maintenance, but the scope of work is so limited that there is often no useful outcome for the end users if the activity has other problems. |
@quozl, volunteering to add CBZ support for GetIABooksActivity, shall I proceed? |
Thanks for the offer. I've listened to school librarian podcasts recently where graphic novels and comic books were discussed, and they have significant pedagogical value, by engaging alternate paths to understanding. I suggest instead making a comics-specific activity, if necessary by forking one of the two get books activities. Read activity claims support for content type application/x-cbz. Please also check that the Read activity can display the files? Apart from Internet Archive, are there other collections of CBZ files? |
I will try to fix the issues listed by you asap.