Story Arc Feature Enhancement

Enhancement requests or feature requests for future Mylar releases.
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Story Arc Feature Enhancement

Post by evilhero »

phairplay wrote:Can't post the log at the moment as I'm away with work.

It was the original sin that you created. It found the ones I have collected, but won't search for the missing issues that I don't.
Well it might be related to the arc itself, since the cbl I created for Original Sin hasn't been completed yet - the arc is still ongoing. Mylar might be erroring out trying to locate issue data for issues that haven't been published as of yet and that's causing the problem.

I'll run through some stuff on my local repo and see if I can blow it up ;)
phairplay
Posts: 92
Joined: Sat May 03, 2014 3:56 pm

Re: Story Arc Feature Enhancement

Post by phairplay »

Cheers matey

Fire in the hole :twisted:
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Story Arc Feature Enhancement

Post by evilhero »

Code: Select all

2014-08-05 14:24:48	INFO	Finished searching via :api. Issue not found - status kept as Wanted.
2014-08-05 14:24:48	INFO	Could not find Issue 10 of Mighty Avengers(2013) using experimental
2014-08-05 14:24:46	INFO	Shhh be very quiet...I'm looking for Mighty Avengers issue: 10 (2014) using experimental
2014-08-05 14:24:46	INFO	Finished searching via :rss. Issue not found - status kept as Wanted.
2014-08-05 14:24:46	INFO	Could not find Issue 10 of Mighty Avengers(2013) using experimental
2014-08-05 14:24:46	INFO	Shhh be very quiet...I'm looking for Mighty Avengers issue: 10 (2014) using experimental [RSS]
2014-08-05 14:24:46	INFO	search provider order is ['Experimental']
2014-08-05 14:24:46	INFO	IssueArcID : 370149_9900
2014-08-05 14:24:46	INFO	Story Arc : Original Sin (Provisional) queueing selected issue...
Ok, so that's not the problem :/ Just did a search for missing issues and it went through and searched both rss/api looking for the issues in question. It didn't find anything, but it did look.

You might have to a) restart Mylar and b) Reload the cbl again (shouldn't have to, as I didn't change any db fields - but you might have a stagnant reference somewhere and reloading is the only way to get rid of it).
phairplay
Posts: 92
Joined: Sat May 03, 2014 3:56 pm

Re: Story Arc Feature Enhancement

Post by phairplay »

I remember It did search for an issue that was available yet it didn't download

Again I'll try what you mention when I get home.

Cheers
phairplay
Posts: 92
Joined: Sat May 03, 2014 3:56 pm

Re: Story Arc Feature Enhancement

Post by phairplay »

Hi fella,

right I'm back I cleared everything, restarted and reloaded the file.

it says it's searching yet nothing happens
2014-08-07 19:59:01 INFO Shhh be very quiet...I'm looking for Original Sin: Secret Avengers Infinite Comic issue: 1 (2014) using dognzb
2014-08-07 19:59:01 INFO Could not find Issue 1 of Original Sin: Secret Avengers Infinite Comic(None) using experimental
2014-08-07 19:59:00 INFO Shhh be very quiet...I'm looking for Original Sin: Secret Avengers Infinite Comic issue: 1 (2014) using experimental
2014-08-07 19:59:00 INFO Finished searching via :rss. Issue not found - status kept as Wanted.
2014-08-07 19:59:00 INFO Could not find Issue 1 of Original Sin: Secret Avengers Infinite Comic(None) using nzb.su
2014-08-07 19:59:00 INFO Shhh be very quiet...I'm looking for Original Sin: Secret Avengers Infinite Comic issue: 1 (2014) using nzb.su(newznab) [RSS]
2014-08-07 19:59:00 INFO Could not find Issue 1 of Original Sin: Secret Avengers Infinite Comic(None) using Nzb Geek
2014-08-07 19:59:00 INFO Shhh be very quiet...I'm looking for Original Sin: Secret Avengers Infinite Comic issue: 1 (2014) using Nzb Geek(newznab) [RSS]
2014-08-07 19:59:00 INFO Could not find Issue 1 of Original Sin: Secret Avengers Infinite Comic(None) using dognzb
2014-08-07 19:59:00 INFO Shhh be very quiet...I'm looking for Original Sin: Secret Avengers Infinite Comic issue: 1 (2014) using dognzb [RSS]
2014-08-07 19:59:00 INFO Could not find Issue 1 of Original Sin: Secret Avengers Infinite Comic(None) using experimental
2014-08-07 19:59:00 INFO Shhh be very quiet...I'm looking for Original Sin: Secret Avengers Infinite Comic issue: 1 (2014) using experimental [RSS]
2014-08-07 19:59:00 INFO search provider order is ['Experimental', 'dognzb', 'newznab:Nzb Geek', 'newznab:nzb.su']
2014-08-07 19:59:00 INFO Marking Original Sin: Secret Avengers Infinite Comic 1 as wanted...
2014-08-07 19:59:00 INFO IssueArcID : 736249_3209
2014-08-07 19:59:00 INFO Story Arc : Original Sin (Provisional) queueing selected issue...
this comic can be found on NZB.SU and Dog
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Story Arc Feature Enhancement

Post by evilhero »

Code: Select all

DEBUG   :: CP Server Thread-4 : checking search result: Original Sin - Secret Avengers Infinite Comic 001 (2014) (digital) (F) (Son of Ultron-Empire)
DEBUG   :: CP Server Thread-4 : size given as: 45.3 MB
DEBUG   :: CP Server Thread-4 : comparing Min threshold 12582912 .. to .. nzb 47499167
DEBUG   :: CP Server Thread-4 : Invalid store date & issue date detected - you probably should refresh the series or wait for CV to correct the data
Looks like the date comparison equation is throwing it off, since it doesn't have any date in it's db for the given issues of a loaded story-arc unless the series is also on your watchlist.
Having the date comparison is the only real fail-safe to ensure that the issue downloaded is the correct one. I'll have to see if I can figure out a way to either dynamically poll CV for the issue data, or load it in when the cbl is loaded/refreshed and maintain the data that way...either way, unfortunately it's not going to be an easy fix atm.
phairplay
Posts: 92
Joined: Sat May 03, 2014 3:56 pm

Re: Story Arc Feature Enhancement

Post by phairplay »

Okay matey.
Fingers crossed :)
phairplay
Posts: 92
Joined: Sat May 03, 2014 3:56 pm

Re: Story Arc Feature Enhancement

Post by phairplay »

Hi Fella,

have you had any chance to look into this?
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Story Arc Feature Enhancement

Post by evilhero »

I haven't had much of a chance to look into this, but haven't forgotten. The search option in the Story Arc section though now works, and it will even tally the number of issues for a given arc (yeah, I thought it'd be cool to see how many issues at a glance so I did it).

I had a rough part done for the story arc / issue date comparison, so it's still on the grid - I just need some time to work through all the things that it affects (and there's alot for the workflow for story arcs). Now that things have settled down abit on my end, and I'll have abit more time to dedicate I should be able to get back into looking at this and trying to get it all working nicely again.
phairplay
Posts: 92
Joined: Sat May 03, 2014 3:56 pm

Re: Story Arc Feature Enhancement

Post by phairplay »

I appreciate you even creating this program and reading you are able to work on this will make this a killer program. I love the story arcs and I read every issue tied into it which helps give a full view on what the comic writers are trying to achieve, this is evident in Civil War.

also it's good when you don't follow a character or standard series, like when reading Brightest light (green lantern DC) which crossed over many characters (164 issues in total) I got to know heros and villains I would never have really known.

please keep up the great work
Post Reply