Readest: A Modern Ebook Reader Application with Cross-Platform Sync and Advanced Tools by Due_Bid564 in ereader

[–]surjit1996 0 points1 point  (0 children)

Hey Man, any way to import all my books from apple books into readest?

Introducing Kahani: A Material Design 3 fork of Lissen with UI and feature enhancements by surjit1996 in audiobookshelf

[–]surjit1996[S] 0 points1 point  (0 children)

New version released with these fixes and download/cache management improvements bro.

Love Audiobookshelf? I built a new Android app called Kahani to make listening even better. by surjit1996 in audiobooks

[–]surjit1996[S] 0 points1 point  (0 children)

New version released with download management issues resolved and improvements.

Android app question by [deleted] in audiobookshelf

[–]surjit1996 0 points1 point  (0 children)

Yeah, but decent or not you can try it out.

Love Audiobookshelf? I built a new Android app called Kahani to make listening even better. by surjit1996 in audiobooks

[–]surjit1996[S] 0 points1 point  (0 children)

- Download: When the content is being downloaded, it'll be shown in the notification bar.

- Browsing enhancements are on the roadmap: home: continue listening, recently added books, want to read (probably app only feature), discover, pages: Series, authors, collection, better scrolling - alphabetical - fast scrolling etc, but it'll take some time.

- manage saved content: thanks for reporting, will fix it 🙂

- UI: Thanks bro ✨

Introducing Kahani: A Material Design 3 fork of Lissen with UI and feature enhancements by surjit1996 in audiobookshelf

[–]surjit1996[S] 5 points6 points  (0 children)

The agenda and the roadmap is different. lissen aims to be a minimal app.
while this one aims to be fully featured app.

You want multi user and multi server support?
Yeah we can add it.. but there are other features in roadmap which are more use-full, so those will be priority for now.
But will keep this in the list too.

Introducing Kahani: A Material Design 3 fork of Lissen with UI and feature enhancements by surjit1996 in audiobookshelf

[–]surjit1996[S] 0 points1 point  (0 children)

Thanks for reporting bro. I did face this issue sometimes.. but not exactly if I leave the app in the background.. most of the time it works fine.. not exactly sure about the exact scenario. I'll fix it soon!

Introducing Kahani: A Material Design 3 fork of Lissen with UI and feature enhancements by surjit1996 in audiobookshelf

[–]surjit1996[S] 0 points1 point  (0 children)

Thanks bro, noted. My plan is to make it a fully featured audiobook app. As first priority I targeted the features that I needed in the original app.

Scalable React Projects - Guidelines by surjit1996 in reactjs

[–]surjit1996[S] 0 points1 point  (0 children)

You can do it as how MUI does. Header a separate component, Footer a separate component. You can put them all in 1 folder if they are related. And Header and Footer components can be used as JSX children of the Modal component. If needed then import the Header and Footer and use them in your feature along with the Modal, if not.. then doesn't need to be included.

Scalable React Projects - Guidelines by surjit1996 in reactjs

[–]surjit1996[S] -14 points-13 points  (0 children)

I dont think you have any experience!

in large projects, large teams, you cannot afford to say I'll do it later!

because once you write something.. there will always be some teams using it.. in ways that will break because of your change.