Something went wrong. Try again later

Shimakaze

This user has not updated recently.

177 1281 7 4
Forum Posts Wiki Points Following Followers

Shimakaze's forum posts

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

4

Followers

Reviews: 0

User Lists: 4

#1  Edited By Shimakaze

"Windows 10 and Steam"? That makes it sound like they are planning on selling it in the Windows Store too.

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

4

Followers

Reviews: 0

User Lists: 4

Since the excruciatingly slow speed of the pop-up controls in full screen in the new player has been bugging me for a long while I decided to take some time to actually fix it. I assume I'm not the only one annoyed by this, so I decided to post the fix here.

Basically all you need is a css injector extension like Stylish, and make a new style with this code:

.av-box, .is-vid-stow-controls .av-box{
transition:bottom 0.2s;
-webkit-transition:bottom 0.2s;
}

And it's that easy. (the default transition time was 2 seconds!)
Of course you can change the time or even disable it completely.
Hope this is a help to someone!

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

4

Followers

Reviews: 0

User Lists: 4

Been thinking of doing something similar to this as well, but you beat me to it ;-) At least there's still much more information in my spreadsheet, so it's not completely obsolete. :-P Some of that could be integrated in that website I'm sure.

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

4

Followers

Reviews: 0

User Lists: 4

#4  Edited By Shimakaze

@Neon25: One of the best posts ever on this site.

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

4

Followers

Reviews: 0

User Lists: 4

#5  Edited By Shimakaze

Air-hockey in Beyond Good & Evil.....

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

4

Followers

Reviews: 0

User Lists: 4

#6  Edited By Shimakaze

Just updated the index with links to HD, High and Low videos, Filenames, as well as the following for HD videos: Filesize (in Mb and Byte), resolution, average bitrate and framerate.

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

4

Followers

Reviews: 0

User Lists: 4

#7  Edited By Shimakaze

@Prestige: That list is real good. I'll definitely try to incorporate some of that into the index! :-)

@Snail: I'm not sure what you mean. There is statistics for number of appearances of each staff member both in the first sheet and on the bottom of the quick look list if that's what you want.

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

4

Followers

Reviews: 0

User Lists: 4

#8  Edited By Shimakaze

I just finished filling in the participation grid! Still some work left on the "driver" and "platform" fields but the difficult part is done!

Expect another huge update over the weekend with some new columns.

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

4

Followers

Reviews: 0

User Lists: 4

#9  Edited By Shimakaze

@Mijati: I believe I have found a solution to this issue. I'll get back to you!

Avatar image for shimakaze
Shimakaze

177

Forum Posts

1281

Wiki Points

4

Followers

Reviews: 0

User Lists: 4

#10  Edited By Shimakaze

@Shaunage: @Shaunage: Platforms used in the quick looks is a great idea. I'll add that as a separate column. Listing evey platform the game is on is definitely possible, but might be difficult to sort by or get any real use out of. If you guys want a column for that as well though. It could be just comma separated. "360, PS3, PC", or as you said, done in a similar way to the participation grid.

@Mijati: I don't have the actual file names yet, since they don't seem to be hard coded. Instead it appears they are named based on the link you use to download them. For instance, if you use the HD link to download an older video like a Persona 4 episode, it will say "_3500" at the end of the file even though the file is actually a "high" file at around 1500 Kbps. Because of that, the API doesn't actually contain any file names so the only way to get a complete list is to download every single file. Also, I'm not sure the best way to handle the variable parts of the file names. Do we exclude those bits? so "vf_eurotrucksimulator2_ql_3500.mp4" becomes "eurotrucksimulator2_ql"?