| All Mangas Reader https://v1.allmangasreader.com/forum/ |
|
| Manga list entry https://v1.allmangasreader.com/forum/viewtopic.php?f=7&t=4622 |
Page 1 of 1 |
| Author: | metazoxan [ Thu Jun 05, 2014 1:20 am ] |
| Post subject: | Manga list entry |
Okay let me try asking this here. I'm having that glitch where magnahere stuff is double listed. Apparently the solution is you have to remove all the Mangahere.com entries from the exported list but how much of the code in one entry? I'm having trouble picking up from where to where in the code do I delete to remove one entry without breaking the list. for example with this {"mangas":"[{\"mirror\":\"Manga Eden (IT)\",\"name\":\"\",\"url\":\"http://www.mangaeden.comundefined\",\"lastChapterReadURL\":\"http://www.mangaeden.comundefined/1/\",\"lastChapterReadName\":null,\"read\":0,\"update\":1,\"ts\":1399854553,\"display\":0,\"cats\":\"[]\"}, {\"mirror\":\"Manga Here\",\"name\":\"12 Beast\",\"url\":\"http://www.mangahere.com/manga/12_beast/\",\"lastChapterReadURL\":\"http://www.mangahere.co/manga/12_beast/c007/\",\"lastChapterReadName\":null,\"read\":0,\"update\":1,\"ts\":1399634797,\"display\":0,\"cats\":\"[]\"}, Exactly what part would I remove? I can't quite figure out how much one entry is. |
|
| Author: | DRMatt [ Sat Jun 07, 2014 4:37 pm ] |
| Post subject: | Re: Manga list entry |
| Author: | braiam [ Sat Jun 07, 2014 5:12 pm ] |
| Post subject: | Re: Manga list entry |
the problem with both your list is that they have carriage returns mixed in.... this shouldn't happen. Copy and paste your lists to some text editor that doesn't do line warping and remove the new lines. I've done it for DRMatt below: http://pastebin.com/PdArqrH7 BTW, when pasting your code here, never modify it, if needed use a pastebin link instead. |
|
| Author: | braiam [ Sat Jun 07, 2014 6:35 pm ] |
| Post subject: | Re: Manga list entry |
@metazoxan I'm going to write something to help people with those sort of problems (among other problems) that would help. |
|
| Author: | DRMatt [ Thu Jun 12, 2014 4:11 pm ] |
| Post subject: | Re: Manga list entry |
i found an error concerning apostrophes in the manga names. the easy way to fix it is to change it from a \" to ' like {\"mirror\":\"Manga-Fox\",\"name\":\"History's Strongest Disciple Kenichi\",\"url\":\"http://mangafox.me/manga/history_s_strongest_disciple_kenichi/\",\"lastChapterReadURL\":\"http://mangafox.me/manga/history_s_strongest_disciple_kenichi/v49/c518/\",\"lastChapterReadName\":\"History's Strongest Disciple Kenichi 518\",\"read\":0,\"update\":1,\"ts\":1365782295,\"display\":0,\"cats\":\"[]\"}, or you'll face some errors in the javascript. |
|
| Author: | metazoxan [ Fri Jun 13, 2014 9:02 pm ] |
| Post subject: | Re: Manga list entry |
| Author: | CalcifersMoon [ Thu Jun 19, 2014 5:24 am ] |
| Post subject: | Re: Manga list entry |
Hi, here's how you can figure out where one starts and begins by looking for: {\"mirror\":\"Manga Here\",\"name\":\"12 Beast\",\"url\":\"http://www.mangahere.com/manga/12_beast/\",\"lastChapterReadURL\":\"http://www.mangahere.co/manga/12_beast/c007/\",\"lastChapterReadName\":null,\"read\":0,\"update\":1,\"ts\":1399634797,\"display\":0,\"cats\":\"[]\"}, { this is a beginning bracket and } this a ending as well as having the comma at the end in this case. also just looking for the word mirror is easy too to find errors I would look for certain text within and calculated the numbers... took a bit but worked! Oh I use text and the find to do this for instance search "Manga Here" it come up with 20 results. next search the url, "http://www.mangahere.co/ and if you come up short 39 (you double 20) You can use the find and see where only one text is highlighted within a 'mirror' Actually is this data you supplied this 'mirror' has an error. one url is com when it should be co KEEP the original data download just incase you mess your .txt up! -------------------------- I'm also not sure why but AMR isn't importing on my browser, if anyone knows why? |
|
| Author: | Chilli [ Mon Jun 23, 2014 5:55 pm ] |
| Post subject: | Re: Manga list entry |
I think the AMR import manga: merge option is broken, but the import manga: erase option worked for me. |
|
| Author: | metazoxan [ Sun Jul 27, 2014 8:54 pm ] |
| Post subject: | Re: Manga list entry |
| Author: | metazoxan [ Sun Jul 27, 2014 8:55 pm ] |
| Post subject: | Re: Manga list entry |
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|