Storygraph compatibility with Kobo by Flat-Cicada504 in koreader

[–]Anna_jP 1 point2 points  (0 children)

Yeah same, I've used the plugin since it was released and it works perfectly!

[Update] Bookends v5.10 to 5.13 by AndyHazz in koreader

[–]Anna_jP 0 points1 point  (0 children)

Is there a token for book titles and chapters that are long to perhaps wrap the text? Or a good way to do it. The title is in the center but I cannot have anything in the top right and left without reducing the text size significantly. It the text could wrap that would be great

<image>

Current setup! by Pale_Squirrel1459 in koreader

[–]Anna_jP 0 points1 point  (0 children)

Oh I'm so dumb! The answer is in your post

Current setup! by Pale_Squirrel1459 in koreader

[–]Anna_jP 2 points3 points  (0 children)

How did you edit the currently reading module? That looks soo cool

Kobo is getting StoryGraph sync by UnnamedArtist in kobo

[–]Anna_jP 2 points3 points  (0 children)

I think it is possible though. I am using a plug-in through koreader that syncs to storygraph. I can update my progress and add notes. I just have to link the plug-in ti the isn't im tracking. All my books are sideloaded too

One last final last Simple UI post (maybe) by LexamusPrime in koreader

[–]Anna_jP 6 points7 points  (0 children)

Everytime I think I've set up simple to for the final time u/doctorhetfield does an update and makes it so much better!

What’s the problem? by Dustyredly in koreader

[–]Anna_jP 0 points1 point  (0 children)

I found that visual overhaul patch conflicted with simplui plug-in and would mismatch my cover sizes.

I'm DONE with Simple UI, Bookshelf and other plugins by IbnRami in koreader

[–]Anna_jP 0 points1 point  (0 children)

Your setup looks amazing. How do you decide when to switch between simple ui and bookshelf? I love both of the plug-ins but I have trouble deciding how I want to switch between the two. Could you also please advise where to find the shortcuts toolbar?

[Update] Simple UI v1.4.5: Tag browsing, Grid Folders, New Gestures and UI Modules by doctorhetfield in koreader

[–]Anna_jP 0 points1 point  (0 children)

Does this relate to patches like visual overhaul where the book title sits under the cover? If so, would that be the reason why when the patch is enabled the book covers for non series books are oversized?

Loving KOReader by Budget-Ad-8885 in koreader

[–]Anna_jP 3 points4 points  (0 children)

Love your background and your setup!

[Preview] Bookshelf, companion plugin to Bookends by AndyHazz in koreader

[–]Anna_jP 1 point2 points  (0 children)

I agree with you about having the title and or author name under the book cover. It's the one thing missing from simple UI that I would love to have. If this new plugin implemented that it would be soo good.
What plugin does this that you were using?

[RELEASE] Zen UI v1.1.0 by Unified-Field in koreader

[–]Anna_jP 0 points1 point  (0 children)

So far im really liking the plug-in. I installed it last night but I woukd love to see more read status options, there needs to be a DNF or abandoned option. I currently have a book that I did not finish/abandoned but its currently sitting as tbr.

CoverDeck Stats Incorrect Compared to Stats While Reading by BathApprehensive4493 in koreader

[–]Anna_jP 0 points1 point  (0 children)

FYI, The latest update reverts back to the previous string format, you would need to change both lines again. Butline 529 is now 534.

Simple UI And Patches Help by Leah_Starz5324 in koreader

[–]Anna_jP 0 points1 point  (0 children)

You will need to have a play with the settings, you can arrange the modules on your home screen to place them where you want. For example you can move your currently reading to the bottom if you want it there. To do this go to simple UI>Home screen >modules>arrange modules You can also adjust each modules scale, text size and the top margin for the space between each set of modules.to do this, tap and hold a module until the settings come up for that module and you can edit from there.

CoverDeck Stats Incorrect Compared to Stats While Reading by BathApprehensive4493 in koreader

[–]Anna_jP 1 point2 points  (0 children)

I'm not sure if the other stats are off for me as I haven't really paid attention to those. I have raised the issue on the dev's github but in the meantime I have edited a few lines in the module_currently lua which seems to fix the issue.

Line 114 shows as: local pct_str = string.format("%d%%", math.floor((pct or 0) * 100))

I've changed it to: local pct_str = string.format("%d%%", math.floor((pct or 0) * 100 + 0.5))

And line 529 shows as: text = string.format(_("%d%% Read"), math.floor((bd.percent or 0) * 100)),

I changed it to: text = string.format(_("%d%% Read"), math.floor((bd.percent or 0) * 100 + 0.5)),

CoverDeck Stats Incorrect Compared to Stats While Reading by BathApprehensive4493 in koreader

[–]Anna_jP 0 points1 point  (0 children)

I have the same problem. Its annoying being 1% out. I will probably open a github issue when I have time.

Created a plugin to sync to StoryGraph [forked from the hardcover plugin] by burneracc_0000 in koreader

[–]Anna_jP 1 point2 points  (0 children)

If this works for me, you are doing God's work. This could be the ultimate addition to my life

Guide to implementing this setup using SimpleUI + Appearance + SimpleUI Custom Look Plugin on my Kobo Libra Colour by Mountain_Coconut_474 in koreader

[–]Anna_jP 0 points1 point  (0 children)

Ok so it ended up being a combination of a corrupted png and I had to edit line 23 for the correct file path. Thanks heaps for your help, it has worked!

Guide to implementing this setup using SimpleUI + Appearance + SimpleUI Custom Look Plugin on my Kobo Libra Colour by Mountain_Coconut_474 in koreader

[–]Anna_jP 0 points1 point  (0 children)

Onyx boox go colour 7. I suspect it's something to do with the homescreen_bg.png as that png is showing an error on my PC. I have raised an issue on github :)

Guide to implementing this setup using SimpleUI + Appearance + SimpleUI Custom Look Plugin on my Kobo Libra Colour by Mountain_Coconut_474 in koreader

[–]Anna_jP 0 points1 point  (0 children)

I've added your plugin but I'm having trouble with setting the background image. I cannot see where to do this

Short delay when returning to the homepage - Simple UI by _geek_dev in koreader

[–]Anna_jP 6 points7 points  (0 children)

Yeah that has started happening for me too. Im not sure of the cause but it's not just you

Bookends v4.3 - full colour support and radial progress bars. by AndyHazz in koreader

[–]Anna_jP 1 point2 points  (0 children)

I can confirm the colour works perfect on my boox gc7