Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 01-07-2022, 08:22 AM   #16
PunkyKoopa
Connoisseur
PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.
 
PunkyKoopa's Avatar
 
Posts: 98
Karma: 243754
Join Date: Jan 2022
Device: Kobo Libra 2
Sorry, I can't edit my last message.

Could it be possible to shown stars like ratings on side loaded books? Just they are shown on the store.

Click image for larger version

Name:	IMG_1465.jpeg
Views:	111
Size:	708.1 KB
ID:	191418
PunkyKoopa is offline   Reply With Quote
Old 01-07-2022, 09:45 AM   #17
Sunlite
Addict
Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.
 
Sunlite's Avatar
 
Posts: 206
Karma: 547516
Join Date: Mar 2008
Location: Berlin, Germany
Device: KObo Clara, Kobo Aura, PRS-T1, PB602, CyBook Gen3
I use the following statement to add other colums to the comments section on my kobo:

Code:
{#fandom:'re(re($,'Original.|Other.',''), '\.', ' - ')'|<b>Fandom(s):</b> |<br/>}{#wordcount:|<b>Word count:</b> |<br/>}{#readingtime:|<b>Reading time:</b> ~|<br/>}{#genre:subitems(1,0)|<b>Genre:</b> |<br/>}{tags:|<b>Tags:</b> |<br/>}
{comments:|<br/>|<br/><br/>}
{#meta}
All column names starting with a # are custom column that I have created.

I don't know how the 'program' version of this statemant would look, but it probably only contains one 'program:'.
Sunlite is offline   Reply With Quote
Advert
Old 01-07-2022, 01:55 PM   #18
PunkyKoopa
Connoisseur
PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.
 
PunkyKoopa's Avatar
 
Posts: 98
Karma: 243754
Join Date: Jan 2022
Device: Kobo Libra 2
I think that I got it right.

I got rid of weird spacing on book description using the metadata plugboard.

Code:
program: re(field('comments'), '\s+', ' ');
I also entered the plugboard in order to get multiple authors right on Kobo. It works flawlessly.

Code:
program: raw_list('authors', ', ')
I configured the Kobo Touch Extended Plugin to create collections based on tags that I previously and manually entered in the metadata. I also configured the plugin to update the metadata on the book details pages and to add subtitles, in my case page count, year of publishing and kind of book (novel, essay, manga...).

Click image for larger version

Name:	Captura de pantalla 2022-01-07 a las 19.51.50.png
Views:	104
Size:	429.8 KB
ID:	191425 Click image for larger version

Name:	Captura de pantalla 2022-01-07 a las 19.52.00.png
Views:	83
Size:	418.4 KB
ID:	191426

What do you think? My only concern now is that I can't figure out the difference between add subtitles with the plugin or with a metadata plugboard. It shouldn't matter, right?

Thank you guys. Kobo is a great device but thank to all of you it's even better now.
PunkyKoopa is offline   Reply With Quote
Old 01-07-2022, 07:52 PM   #19
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Firstly, only purchased kepubs will show a rating. The Kobo Utilities plugin can fetch this, or write it, but, it doesn't get displayed for any other books. It's particularly annoying it was displayed a long time ago.

For the other fields mentioned in the plugboard, you can only set fields that have a destination. You can use templates that pull the data from elsewhere. But, the device does not read these from sideloaded books when they are imported. For some reason Kobo does not read all the core metadata when importing the books. But, the drivers can update the database the device uses when the device is connected. The driver will update the metadata for any books on the device if the metadata does not match what is in the library. This will work for any of the metadata items shown in the interface. It will also use the metadata plugboard when doing this. This does need to be turned on in the driver configuration.

For the plugboards, they must produce valid data for the type. For example, the "pubdate" is a date. I'm not sure what will happen with the template you have used. But, it isn't needed as the publishing date is already a date and the driver will update it correctly. If you wanted to put another date there, you could use the plugboard to do that. The same goes for the publisher.

The column #numpages is not one of the fields that can be set using the plugboard. That is why I use a plugboard for the comments and add the page and word count and some other information.

Looking back at the post listing plugboard entries, I might have misinterpreted that. Or misexplained something. In the metadata plugboard screen, each template and destination field line is separate. If you select the same field for two templates, only one will be saved. If you want to use a more complex template, such as mine posted above, then you can right-click in the template field and select the option to use the template editor. That opens a dialog with a larger field to edit the template. It has several features to help editing a template. And there are also three different template languages. My preference is for "General Program Mode" which starts with "program:" and is more like other languages than the other modes. The example from @Sunlite is in "Template Program Mode".

The subtitle is different to other fields. This is something that Kobo uses and has no equivalent in core metadata. The drivers can set this when updating the metadata. It uses a template. I just have it as:
Code:
program:$#subtitle
which could also be just:
Code:
{#subtitle}
Both just put the value of a custom column I have that has the lookup name "#subtitle". Others use templates that do other things such showing the word count or the tags.

I think that covers everything mentioned. If I have missed something, or you want more detail, ask away.
davidfor is offline   Reply With Quote
Old 01-07-2022, 08:41 PM   #20
PunkyKoopa
Connoisseur
PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.PunkyKoopa ought to be getting tired of karma fortunes by now.
 
PunkyKoopa's Avatar
 
Posts: 98
Karma: 243754
Join Date: Jan 2022
Device: Kobo Libra 2
Wow. Awesome. I couldn't ask for a better explanation.

I think that I know how to it. At least series, subtitles, collections and comments are been shown as I want. It's great and it looks really nice.

It seems that with a couple of custom columns I could be able to "automate" some steps, but I will take one step at a time.

Thank you!

Last edited by PunkyKoopa; 01-07-2022 at 08:45 PM.
PunkyKoopa is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kobo to Kobo: Transfering Hacks Doubts RandomBoy Kobo Reader 5 10-05-2021 08:42 AM
Retention of Reading Progress During Conversion? Emoto Conversion 3 03-13-2019 11:22 AM
Touch Some doubts about Kobo Touch SavaDio Kobo Reader 7 07-19-2011 04:31 PM
Conversion progress? evandy Conversion 3 06-07-2011 07:40 AM
Doubts about Kobo - jpg converted to pdf, and some smaller issues... mig_akira Kobo Reader 9 06-10-2010 06:11 PM


All times are GMT -4. The time now is 09:48 PM.


MobileRead.com is a privately owned, operated and funded community.