ZhangYeInfiniteFan posted on 05:20 on 10 May |
Hello I'm ZhangYeInfiniteFan from Incarose Jealousy MTL. I just wanted to inform that our site had changed its address from https://yasashiinosekaiwa.wordpress.com to https://www.yasashiinosekaiwa.com I have put the old site on private so the reader won't be able to access it any longer. Therefore, I hope that you can fix the link on your side. Thank you for your interest in my works. Have a nice day. |
marat00 posted on 03:33 on 10 April |
Hi, I ran into similar issues where after adding the chapter numbers to a novel, the rss importer seems to become broken. Examples: https://www.wlnupdates.com/series-id/112154/rise-rising-risen https://www.wlnupdates.com/series-id/89327/how-much-for-your-soul Is there any way to fix novels that don't have Chapter x in their names? Thanks |
fake-name posted on 09:45 on 10 April |
It depends. The feed feeder system has a bunch of heuristics to try to figure out if it should apply numbers to series. In general, for RSS content, I can't infer numbers in any way, since the RSS feed parser can only consider the single rss entry it's processing. For RoyalRoadL, I try to guess if I should force numbering based on looking at how many chapters have things that look like numbers over all the chapters available. If it looks like 80% (or more) of the chapters do not have numbers in their title, I just apply sequential numbers to them. There's also a facility for me to add overrides to force specific series to be sequentially numbered. I can also force a series to have it's chapters displayed in chronological order instead of the (guessed) chapter ordering if the author is using incoherent chapter numbers.
I think the core of the issue here is that there's something behaving a bit weird in the feed parser system, and it's not related to you adding chapters manually. |