Forged Alliance Forever Forged Alliance Forever Forums 2015-12-27T11:28:10+02:00 /feed.php?f=2&t=11305 2015-12-27T11:28:10+02:00 2015-12-27T11:28:10+02:00 /viewtopic.php?t=11305&p=116562#p116562 <![CDATA[Re: please remove the !casts feature]]>
SpdyGonzales wrote:
hello TA, and casters in general

this is wrong topic, but its an easy way to inform you guys:)

the syncedlivereplay tool is working, I just watched madmozart using it perfectly in
Code:
http://www.twitch.tv/violetania



TA and I tried the other day and couldn't get it working. Perhaps connection issues. Any advice?

Statistics: Posted by briang — 27 Dec 2015, 11:28


]]>
2015-12-27T09:37:17+02:00 2015-12-27T09:37:17+02:00 /viewtopic.php?t=11305&p=116560#p116560 <![CDATA[Re: please remove the !casts feature]]>

01:35 < Sheeo> !casts
01:35 * QAI BRNKoINSANITY: I am confuse... - Supreme Commander Forged Alliance - 12/26/15:
http://youtu.be/GJITz9z3I6Y
01:35 * QAI bprofbrown: [Supreme Commander: Forged Alliance] Ben Vs. Markus - 12/26/15:
http://youtu.be/thK0IsE9_yM
01:35 * QAI Yamotherschesthairs: Moar aeon ladder abuse. Supreme Commander Forged Alliance - 12/26/15:
http://youtu.be/j_tuN8SWIeM
01:35 * QAI Yamotherschesthairs: Mid level ladder (aeon abuse) - Supreme Commander Forged Alliance -
12/26/15: http://youtu.be/c-flniaJ4gY
01:35 * QAI MasterofRoflness: Supreme Commander Forged Alliance - Reclaim and Hidden Phantoms -
12/25/15: http://youtu.be/4lutLba-LzI
01:35 * QAI Find more here:
https://www.youtube.com/results?search_ ... ters=video


Safe search was filtering out most recent videos, so I removed this parameter (May or may not be a good thing), and I added a link to essentially the youtube search page we're using.

Regarding the OP:


The correct feature would allow all youtube/otherwise casters to themselves add videos to a list, with the links removed from the list for videos older than say about 10 days.


I don't believe there is such a thing as a 'correct' feature. However, melding user added/voted casts in a prioritized list with these search results would be nice.

Statistics: Posted by Sheeo — 27 Dec 2015, 09:37


]]>
2015-12-23T18:31:50+02:00 2015-12-23T18:31:50+02:00 /viewtopic.php?t=11305&p=116255#p116255 <![CDATA[Re: please remove the !casts feature]]>
this is wrong topic, but its an easy way to inform you guys:)

the syncedlivereplay tool is working, I just watched madmozart using it perfectly in
Code:
http://www.twitch.tv/violetania

Statistics: Posted by SpdyGonzalez — 23 Dec 2015, 18:31


]]>
2015-12-22T20:35:11+02:00 2015-12-22T20:35:11+02:00 /viewtopic.php?t=11305&p=116169#p116169 <![CDATA[Re: please remove the !casts feature]]> Statistics: Posted by BRNKoINSANITY — 22 Dec 2015, 20:35


]]>
2015-12-22T13:32:00+02:00 2015-12-22T13:32:00+02:00 /viewtopic.php?t=11305&p=116124#p116124 <![CDATA[Re: please remove the !casts feature]]>
SeraphimLeftNut wrote:
...
The correct feature would allow all youtube/otherwise casters to themselves add videos to a list, with the links removed from the list for videos older than say about 10 days.


https://www.reddit.com/r/vids_of_faf/

Code:
            try:
                reddit_url = "https://www.reddit.com/r/vids_of_faf/new.json?limit=3"
                reddit_resp = json.loads(urllib2.urlopen(urllib2.Request(reddit_url, headers={ 'User-Agent': 'listing casts for faforever.com 0.1'})).read())
            except:
                c.action(self.chan, "something bad happened, try again later")
                return
           
            for item in reddit_resp['data']['children']:
                try:
                    cast = item['data']['media']['oembed']
                    c.action(self.chan, (": %s - %s - %s") % (cast['author_name'], cast['title'], cast['url']))
                    continue
                except:
                    pass
                c.action(self.chan, (": %s - %s - %s") % (item['data']['author'], item['data']['title'], item['data']['url']))

Statistics: Posted by PattogoTehen — 22 Dec 2015, 13:32


]]>
2015-12-22T05:40:37+02:00 2015-12-22T05:40:37+02:00 /viewtopic.php?t=11305&p=116103#p116103 <![CDATA[Re: please remove the !casts feature]]>
Sheeo wrote:
Let's be constructive and ask someone to make QAI order the casts by date instead of removing a working feature.

The relevant code is here: https://github.com/FAForever/QAI/blob/m ... in.py#L279

Of course, submissions of casts to be added to the list would be cool.


I completely agree with the above suggestion, as long as it doesn't take many days to implement.
A short term solution should happen very quickly
If a short term solution takes a long time then it is not a short term solution, but a bad long term one.

Statistics: Posted by SeraphimLeftNut — 22 Dec 2015, 05:40


]]>
2015-12-22T03:57:36+02:00 2015-12-22T03:57:36+02:00 /viewtopic.php?t=11305&p=116100#p116100 <![CDATA[Re: please remove the !casts feature]]>
The relevant code is here: https://github.com/FAForever/QAI/blob/m ... in.py#L279

Of course, submissions of casts to be added to the list would be cool.

Statistics: Posted by Sheeo — 22 Dec 2015, 03:57


]]>
2015-12-22T01:10:45+02:00 2015-12-22T01:10:45+02:00 /viewtopic.php?t=11305&p=116088#p116088 <![CDATA[Re: please remove the !casts feature]]> We don't know why.

Statistics: Posted by Gorton — 22 Dec 2015, 01:10


]]>
2015-12-22T00:47:00+02:00 2015-12-22T00:47:00+02:00 /viewtopic.php?t=11305&p=116087#p116087 <![CDATA[Re: please remove the !casts feature]]>
speed2 wrote:
how about a little test, upload new video, call it "Forged Alliance QAI Test", I ll do the same and we'll see what happens?

I had "forged alliance" in the title of the last 5 videos I uploaded.

Only one showed up about a week later. Briang uploaded a video like a week ago with "Forged Alliance" in title and it never showed up. This is enough testing to get me to start writing this forum post.

Statistics: Posted by SeraphimLeftNut — 22 Dec 2015, 00:47


]]>
2015-12-22T00:40:05+02:00 2015-12-22T00:40:05+02:00 /viewtopic.php?t=11305&p=116086#p116086 <![CDATA[Re: please remove the !casts feature]]> Statistics: Posted by speed2 — 22 Dec 2015, 00:40


]]>
2015-12-22T00:31:28+02:00 2015-12-22T00:31:28+02:00 /viewtopic.php?t=11305&p=116085#p116085 <![CDATA[Re: please remove the !casts feature]]>
speed2 wrote:
btw. if I read QAI code right, it looks for "Forged Alliance" in the name of the video. So if you dont put it in, it wont find it.


if you put it "Forged Alliance" chances are it won't find it either. I used to believe this excuse until I made a couple videos.

Statistics: Posted by SeraphimLeftNut — 22 Dec 2015, 00:31


]]>
2015-12-22T00:34:06+02:00 2015-12-22T00:29:59+02:00 /viewtopic.php?t=11305&p=116084#p116084 <![CDATA[Re: please remove the !casts feature]]>
speed2 wrote:
I dont think its better to show completelly nothing instead of something

it is called disinformation, I am sure they have that no matter where you come from.
This is why I want it replaced with something eventually. One thing would be to simply encourage people to post links to their videos in chat and not feel that they are spamming.

Statistics: Posted by SeraphimLeftNut — 22 Dec 2015, 00:29


]]>
2015-12-22T00:17:51+02:00 2015-12-22T00:17:51+02:00 /viewtopic.php?t=11305&p=116078#p116078 <![CDATA[Re: please remove the !casts feature]]> Statistics: Posted by speed2 — 22 Dec 2015, 00:17


]]>
2015-12-22T00:10:58+02:00 2015-12-22T00:10:58+02:00 /viewtopic.php?t=11305&p=116076#p116076 <![CDATA[Re: please remove the !casts feature]]> Statistics: Posted by speed2 — 22 Dec 2015, 00:10


]]>
2015-12-22T00:06:43+02:00 2015-12-22T00:06:43+02:00 /viewtopic.php?t=11305&p=116075#p116075 <![CDATA[Re: please remove the !casts feature]]>
speed2 wrote:
they do show up after +- week


Two points of my point were:

1. Not all show up.

2. The list is not up to date.

So I both agree and disagree with you, but my point is completely different

Statistics: Posted by SeraphimLeftNut — 22 Dec 2015, 00:06


]]>