Thread: RSS War of the Supreme Mysteries

nyotie
posted on
03:20 on 17 April

hi im from 7daystrial.wordpress.com that translating War of the Supreme Mysteries, when i release on this site, it says if i have rss on my site it will automatically post it here when i release chapter on my site, i just wondering how to see my rss feed on my site so i can turn it automatically update here? thanks :D

fake-name
posted on
05:33 on 19 April

Principally, you ask here on the forums, I add the feed and the required parsing to make automatic updates work.

In this particular case, there is an issue, though. Specifically, you have no tags, and are not putting the project title in your releases. Here is your current feed data structure:

('Have Func', True), ('SourceName', '7 Days Trial'), ('Title', 'Chapter 29 White Tiger Tattoo'), ('Tags', ['content']), ('Feed URL', '<https://7daystrial.wordpress.com/2016/04/17/chapter-29-white-tiger-tattoo/>'), ('Vol', False), ('Chp', 29.0), ('Frag', False), ('Postfix', ''), ('GUID', '<http://7daystrial.wordpress.com/?p=168>'),
('Have Func', True), ('SourceName', '7 Days Trial'), ('Title', 'Chapter 30 Blurred Lines of the Three Realms'), ('Tags', ['content']), ('Feed URL', '<https://7daystrial.wordpress.com/2016/04/17/chapter-30-blurred-lines-of-the-three-realms/>'), ('Vol', False), ('Chp', 30.0), ('Frag', False), ('Postfix', ''), ('GUID', '<http://7daystrial.wordpress.com/?p=170>'),
('Have Func', True), ('SourceName', '7 Days Trial'), ('Title', 'Chapter 31 In the Middle of the Day'), ('Tags', ['content']), ('Feed URL', '<https://7daystrial.wordpress.com/2016/04/17/chapter-31-in-the-middle-of-the-day/>'), ('Vol', False), ('Chp', 31.0), ('Frag', False), ('Postfix', ''), ('GUID', '<http://7daystrial.wordpress.com/?p=172>'),
('Have Func', True), ('SourceName', '7 Days Trial'), ('Title', 'Chapter 32 The Next Day'), ('Tags', ['content']), ('Feed URL', '<https://7daystrial.wordpress.com/2016/04/17/chapter-32-the-next-day/>'), ('Vol', False), ('Chp', 32.0), ('Frag', False), ('Postfix', ''), ('GUID', '<http://7daystrial.wordpress.com/?p=174>'),
('Have Func', True), ('SourceName', '7 Days Trial'), ('Title', 'Chapter 33 A Boring Life'), ('Tags', ['content']), ('Feed URL', '<https://7daystrial.wordpress.com/2016/04/17/chapter-33-a-boring-life/>'), ('Vol', False), ('Chp', 33.0), ('Frag', False), ('Postfix', ''), ('GUID', '<http://7daystrial.wordpress.com/?p=177>'),
('Have Func', True), ('SourceName', '7 Days Trial'), ('Title', 'Chapter 34 Planting the Seeds of Disaster'), ('Tags', ['content']), ('Feed URL', '<https://7daystrial.wordpress.com/2016/04/17/chapter-34-planting-the-seeds-of-disaster/>'), ('Vol', False), ('Chp', 34.0), ('Frag', False), ('Postfix', ''), ('GUID', '<http://7daystrial.wordpress.com/?p=179>'),
('Have Func', True), ('SourceName', '7 Days Trial'), ('Title', 'Chapter 35 Going'), ('Tags', ['content']), ('Feed URL', '<https://7daystrial.wordpress.com/2016/04/17/chapter-35-going/>'), ('Vol', False), ('Chp', 35.0), ('Frag', False), ('Postfix', ''), ('GUID', '<http://7daystrial.wordpress.com/2016/04/17/chapter-35-going/>'),
('Have Func', True), ('SourceName', '7 Days Trial'), ('Title', 'Chapter 36 Trade'), ('Tags', ['content']), ('Feed URL', '<https://7daystrial.wordpress.com/2016/04/17/chapter-36-trade/>'), ('Vol', False), ('Chp', 36.0), ('Frag', False), ('Postfix', ''), ('GUID', '<http://7daystrial.wordpress.com/?p=183>'),
('Have Func', True), ('SourceName', '7 Days Trial'), ('Title', 'Chapter 37 Stain'), ('Tags', ['content']), ('Feed URL', '<https://7daystrial.wordpress.com/2016/04/17/chapter-37-stain/>'), ('Vol', False), ('Chp', 37.0), ('Frag', False), ('Postfix', ''), ('GUID', '<http://7daystrial.wordpress.com/?p=185>'),
('Have Func', True), ('SourceName', '7 Days Trial'), ('Title', 'Chapter 39 Old Shrimp'), ('Tags', ['content']), ('Feed URL', '<https://7daystrial.wordpress.com/2016/04/17/chapter-39-old-shrimp/>'), ('Vol', False), ('Chp', 39.0), ('Frag', False), ('Postfix', ''), ('GUID', '<http://7daystrial.wordpress.com/?p=265>'),

The issue here is that I cannot unambiguously determine what series each release is for from the RSS information. At the moment, you seem to only be working on one project. I can use a "greedy" parsing approach, but if you ever take up another series, the auto release system has no way to figure out which post belongs to what because there is no information for it to key off of, and will probably end up putting releases under the wrong title.

Anyways, I've added the basic parsing now, but please put the series title in a tag, or in the title of the chapter releases.

Please look into properly tagging you releases.