Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 06-09-2014, 07:45 AM   #2881
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,015
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by cryzed View Post
@Jimm
I'm pretty sure that this is still a bug relating to merging the stories though. Why does an adapter need to provide "numWords"? There's a bug somewhere in "merge_meta_books" in the "ffdl_plugin.py" line 1992. Somehow the standard story metadata has a bunch of default keys, like "numWords" and "numChapters" with empty values. In the method it now runs into an error, because it expects both fields to have a valid value just because the keys are contained in the metadata. I think the easiest way would be to check "if book['all_metadata'][k] and b['all_metadata'][k]" before working with the values in the method -- your call! Also attached is a possible fix, it seems to work for me.
Can you provide a couple story URLs that demonstrate the problem? I'm not finding any where that pre-sets numWords to None. numChapters is required. If there's no chapters at all, there's no story.
JimmXinu is offline  
Old 06-09-2014, 07:51 AM   #2882
cryzed
Evangelist
cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.
 
cryzed's Avatar
 
Posts: 408
Karma: 1050547
Join Date: Mar 2011
Device: Kindle Oasis 2
Choose any two from here: http://nocturnal-light.net/fanfiction/. You'll need to use one of my attached zip files.

And what about the extra metadata include feature? Does that exist currently?

Last edited by cryzed; 06-09-2014 at 07:54 AM.
cryzed is offline  
Old 06-09-2014, 07:52 AM   #2883
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,015
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Amalthia View Post
I figured out what was missing. I had to go to the tab for "Generate Cover" in the FFDL settings and select the box "Allow generate_cover_settings from personal.ini to override."
I'll add a note about that to defaults.ini in the next version. Sorry for the confusion.
JimmXinu is offline  
Old 06-09-2014, 08:33 AM   #2884
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,015
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by cryzed View Post
Choose any two from here: http://nocturnal-light.net/fanfiction/. You'll need to use one of my attached zip files.

And what about the extra metadata include feature? Does that exist currently?
That's what was doing it. When no metadata value is found, story is returning getConfig("default_value_"+key), which defaults to "". I didn't even remember that feature was in there.

Attached is a test version with all of cryzed's committed changes and a fix for the anthology-without-wordcount problem.

Last edited by JimmXinu; 06-09-2014 at 07:31 PM. Reason: Remove obsolete beta versions
JimmXinu is offline  
Old 06-09-2014, 11:00 AM   #2885
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,015
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by davidfor View Post
You can use the same test in the replace_metadata more than once. You could try something like:

Code:
replace_metadata:
 fandoms=>Thor \(Movies\)=>Thor
 fandoms=>Thor \(Movies\)=>Marvel Cinematic Universe
 fandoms=>Captain America \(Movies\)=>Captain America 
 fandoms=>Captain America \(Movies\)=>Marvel Cinematic Universe
It doesn't work that way. Each replace line is applied sequentially.

In the case shown above, "Thor (Movies)" is changed into "Thor" and then doesn't match the next 'Thor \(Movies\)' pattern any more.

I expect davidfor is actually using the technique where you add a new metadata item with extra_valid_entries, populate it with a copy of an existing one, then change each separately and merge back together.

Quote:
Originally Posted by davidfor View Post
The thing that I fell is missing for this is being able to supply more that one tag. There have been a couple of times where what I really wanted was to split the found tag into two. The solution was to put two lines in, but it does mean I have two copies of the same match string to maintain if things change.
I've looked at that a bit before and again now. I've found a way that appears to work.

I've arbitrarily chosen '{{,}}' as a separator to indicate to split the replacement string at that point(s) into a list and append the new entries to the end of the list. Because they go to the end, they will in turn have replace_metadata applied.

There's a risk of infinite recursion, that I haven't thought about very deeply yet.

If you're curious, here's my test case:
Spoiler:

Story URL test1.com?sid=1001 and setting default to Update Calibre Only speeds testing considerable.
Code:
[test1.com]
replace_metadata:
 category=>Marvel Cinematic Universe=>Marvel Cinematic MultiVerse
 category=>Thor \(Movies\)=>Thor{{,}}Marvel Cinematic Universe
 genre=>Action=>MovieAction&&category=>MultiVerse

[teststory:1001]
add_to_category_list:Thor (Movies)
add_to_genre_list:Action
chaptertitles:Prologue,Chapter 1\, Xenos on Cinnabar,Chapter 2\, Sinmay on Kintikin,3. Chapter 3,Chapter 4,Chapter 5,Chapter 6,Chapter 7,Chapter 8
Yields:
Category: Marvel Cinematic MultiVerse, Thor
Genre: MovieAction

Last edited by JimmXinu; 06-10-2014 at 10:08 AM. Reason: Correct typo - was Remove obsolete beta versions
JimmXinu is offline  
Old 06-09-2014, 07:39 PM   #2886
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,015
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by JimmXinu View Post
I've arbitrarily chosen '{{,}}' as a separator to indicate to split the replacement string at that point(s) into a list and append the new entries to the end of the list. Because they go to the end, they will in turn have replace_metadata applied.

There's a risk of infinite recursion, that I haven't thought about very deeply yet.

If you're curious, here's my test case:
Spoiler:

Story URL test1.com?sid=1001 and setting default to Update Calibre Only speeds testing considerable.
Code:
[test1.com]
replace_metadata:
 category=>Marvel Cinematic Universe=>Marvel Cinematic MultiVerse
 category=>Thor \(Movies\)=>Thor{{,}}Marvel Cinematic Universe
 genre=>Action=>MovieAction&&category=>MultiVerse

[teststory:1001]
add_to_category_list:Thor (Movies)
add_to_genre_list:Action
chaptertitles:Prologue,Chapter 1\, Xenos on Cinnabar,Chapter 2\, Sinmay on Kintikin,3. Chapter 3,Chapter 4,Chapter 5,Chapter 6,Chapter 7,Chapter 8
Yields:
Category: Marvel Cinematic MultiVerse, Thor
Genre: MovieAction
I've been testing this and while introducing cycles doesn't cause infinite loops, the behavior isn't easily predicted.

But for straightforward cases, it seems to work as intended.

The attached version moves the in/exclude_metadata_post checks after the '{{,}}' splitting.

Last edited by JimmXinu; 06-12-2014 at 06:49 PM. Reason: Remove obsolete beta versions
JimmXinu is offline  
Old 06-09-2014, 11:49 PM   #2887
Amalthia
Wizard
Amalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beauty
 
Amalthia's Avatar
 
Posts: 1,188
Karma: 32196
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
Quote:
Originally Posted by JimmXinu View Post
I've been testing this and while introducing cycles doesn't cause infinite loops, the behavior isn't easily predicted.

But for straightforward cases, it seems to work as intended.

The attached version moves the in/exclude_metadata_post checks after the '{{,}}' splitting.
This is my original code:
Code:
replace_metadata:
 fandoms=>Marvel Cinematic Universe=>Marvel
 fandoms=>Thor \(Movies\)=>Thor
 fandoms=>Captain America \(Movies\)=>Captain America
 fandoms=>Captain America \(Movies\){{,}}Thor \(Movies\)=>Marvel
If I'm reading your directions accurately it looks like in order to add "Marvel" to any Thor and Captain America stories that do not list "Marvel Cinematic Universe" as a fandom, I would need to use this code instead:

Code:
replace_metadata:
 fandoms=>Marvel Cinematic Universe=>Marvel
 fandoms=>Thor \(Movies\)=>Thor
 fandoms=>Captain America \(Movies\)=>Captain America
 fandoms=>Thor \(Movies=>\)Thor{{,}}Marvel
I wasn't sure if I was supposed to leave in the word "category" that you had in your example?

Thanks for all your help on this,
Amalthia
Amalthia is offline  
Old 06-10-2014, 12:13 AM   #2888
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,015
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Amalthia View Post
This is my original code:
...
I wasn't sure if I was supposed to leave in the word "category" that you had in your example?
'category' is what most sites use for the fandom. I believe the term was already in use by FFDL when I joined the project, but it's possible it's my fault.

Hmmm. Checking the code, the AO3 adapter populates both 'category' and 'fandoms' with the same list. So which ever you prefer to use. But 'category' is a "standard" metadata for FFDL and listed on the Custom Column tab etc.

You were trying to use {{,}} backwards. It goes in the output to indicate more than one list entry, not the pattern.

If I understand correctly, this will do what you want: change 'Marvel Cinematic Universe' to just 'Marvel' remove the ' (Movies)' part from Captain America and Thor, and make sure that Captain America and Thor movies also have 'Marvel'.
Code:
replace_metadata:
 fandoms=>Marvel Cinematic Universe=>Marvel
 fandoms=>Captain America \(Movies\)=>Captain America{{,}}Marvel
 fandoms=>Thor \(Movies\)=>Thor{{,}}Marvel
A more regexp version that also matches "The Avengers (Marvel Movies)" would be:
Code:
replace_metadata:
 fandoms=>Marvel Cinematic Universe=>Marvel
 fandoms=>(Captain America|Thor|The Avengers) \((Marvel )?Movies\)=>\1{{,}}Marvel
But one line per movie would be more readable if you're not a regexp lover.
JimmXinu is offline  
Old 06-10-2014, 12:21 AM   #2889
Amalthia
Wizard
Amalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beauty
 
Amalthia's Avatar
 
Posts: 1,188
Karma: 32196
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
Quote:
Originally Posted by JimmXinu View Post
'category' is what most sites use for the fandom. I believe the term was already in use by FFDL when I joined the project, but it's possible it's my fault.

Code:
replace_metadata:
 fandoms=>Marvel Cinematic Universe=>Marvel
 fandoms=>Captain America \(Movies\)=>Captain America{{,}}Marvel
 fandoms=>Thor \(Movies\)=>Thor{{,}}Marvel
A more regexp version that also matches "The Avengers (Marvel Movies)" would be:
Code:
replace_metadata:
 fandoms=>Marvel Cinematic Universe=>Marvel
 fandoms=>(Captain America|Thor|The Avengers) \((Marvel )?Movies\)=>\1{{,}}Marvel
But one line per movie would be more readable if you're not a regexp lover.
This worked! Thank you so much. Thanks for pointing out what I was doing wrong.

Best Regards,
Amalthia
Amalthia is offline  
Old 06-10-2014, 12:45 AM   #2890
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
Quote:
Originally Posted by JimmXinu View Post
It doesn't work that way. Each replace line is applied sequentially.

In the case shown above, "Thor (Movies)" is changed into "Thor" and then doesn't match the next 'Thor \(Movies\)' pattern any more.

I expect davidfor is actually using the technique where you add a new metadata item with extra_valid_entries, populate it with a copy of an existing one, then change each separately and merge back together.
I wish I could say I was being that clever, but I wasn't. I had assumed that it would test against each line. I just checked a couple of stories I use for test cases and of course it doesn't work. My test cases had combinations of tags that meant it looked like it was working, but wasn't really.
Quote:
I've looked at that a bit before and again now. I've found a way that appears to work.

I've arbitrarily chosen '{{,}}' as a separator to indicate to split the replacement string at that point(s) into a list and append the new entries to the end of the list. Because they go to the end, they will in turn have replace_metadata applied.

There's a risk of infinite recursion, that I haven't thought about very deeply yet.

If you're curious, here's my test case:
Spoiler:

Story URL test1.com?sid=1001 and setting default to Update Calibre Only speeds testing considerable.
Code:
[test1.com]
replace_metadata:
 category=>Marvel Cinematic Universe=>Marvel Cinematic MultiVerse
 category=>Thor \(Movies=>\)Thor{{,}}Marvel Cinematic Universe
 genre=>Action=>MovieAction&&category=>MultiVerse
Is that a typo? It looks like you have the "=>" in the wrong place. In any case, when I put it in the place I thought was correct, it worked. And worked well.
davidfor is offline  
Old 06-10-2014, 08:55 AM   #2891
cryzed
Evangelist
cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.
 
cryzed's Avatar
 
Posts: 408
Karma: 1050547
Join Date: Mar 2011
Device: Kindle Oasis 2
@matteo65
Attached is a test version of the plugin with an adapter for http://fanfiction.csodaidok.hu/. Please let me know how it performs.

Last edited by cryzed; 06-10-2014 at 04:08 PM.
cryzed is offline  
Old 06-10-2014, 10:07 AM   #2892
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,015
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by davidfor View Post
I wish I could say I was being that clever, but I wasn't. I had assumed that it would test against each line. I just checked a couple of stories I use for test cases and of course it doesn't work. My test cases had combinations of tags that meant it looked like it was working, but wasn't really.
I had to spend some time testing first to be sure I was right--and I wrote the darn thing.

Quote:
Originally Posted by davidfor View Post
Is that a typo? It looks like you have the "=>" in the wrong place. In any case, when I put it in the place I thought was correct, it worked. And worked well.
Yes, that's a typo. My bad.
JimmXinu is offline  
Old 06-10-2014, 10:11 AM   #2893
cryzed
Evangelist
cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.
 
cryzed's Avatar
 
Posts: 408
Karma: 1050547
Join Date: Mar 2011
Device: Kindle Oasis 2
Jimm, since you are already using "\s" for a "forced space", wouldn't it make sense to simply use "\," instead of "{{,}}"? Just a suggestion.
cryzed is offline  
Old 06-10-2014, 02:56 PM   #2894
matteo65
Member
matteo65 began at the beginning.
 
Posts: 13
Karma: 10
Join Date: May 2013
Location: Hungary
Device: Kindle 3, Paperwhite
@cryzed

Thank you, its working great with most of the books.
Little request to set the language tag to Hungarian instead of English.

But I got an error message downloading this story:
http://fanfiction.csodaidok.hu/viewstory.php?sid=4146

calibre, version 1.39.0
HIBA: Ismeretlen hiba történt: <b>AttributeError</b>:'NoneType' object has no attribute 'replace'

calibre 1.39 [64bit] isfrozen: True is64bit: True
Windows-7-6.1.7601-SP1 Windows ('64bit', 'WindowsPE')
('Windows', '7', '6.1.7601')
Python 2.7.5
Windows: ('7', '6.1.7601', 'SP1', 'Multiprocessor Free')
Traceback (most recent call last):
File "calibre_plugins.fanfictiondownloader_plugin.dialo gs", line 607, in do_loop
File "calibre_plugins.fanfictiondownloader_plugin.dialo gs", line 614, in do_when_finished
File "calibre_plugins.fanfictiondownloader_plugin.ffdl_ plugin", line 1130, in start_download_job
File "calibre_plugins.fanfictiondownloader_plugin.ffdl_ plugin", line 2062, in escapehtml
AttributeError: 'NoneType' object has no attribute 'replace'

Quote:
Originally Posted by cryzed View Post
@matteo65
Attached is a test version of the plugin with an adapter for http://fanfiction.csodaidok.hu/. Please let me know how it performs.
matteo65 is offline  
Old 06-10-2014, 03:07 PM   #2895
matteo65
Member
matteo65 began at the beginning.
 
Posts: 13
Karma: 10
Join Date: May 2013
Location: Hungary
Device: Kindle 3, Paperwhite
@cryzed

In the Summary I see some special Hungarian characters are missing and replaced by '?' marks. Maybe a character encoding issue?
The problematic characters are ő,Ő,ű,Ű

The summary as it looks now:
Mi történik, ha négy ?rültet szabadítanak rá a Roxfort mit sem sejt? népére?

And the correct version:
Mi történik, ha négy őrültet szabadítanak rá a Roxfort mit sem sejtő népére?
matteo65 is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Count Pages kiwidude Plugins 1846 08-02-2025 10:44 PM
[GUI Plugin] Resize Cover kiwidude Plugins 100 07-10-2025 08:50 AM
[GUI Plugin] Find Duplicates kiwidude Plugins 1124 04-18-2025 09:19 AM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 AM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 05:35 AM.


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