Adrien Plazas

Results 41 comments of Adrien Plazas

Sure, I'll try again when possible. :)

Ah, I had no idea the app was playing the video in another app I had to set that way. Same for the downloader. Is it planned to replace that...

Kinda, I know know that Tubefeeder isn't the app I'm looking for, thanks! :)

Steam run its games in a `SteamChildMonit` process. The `/proc` directory can be monitored to track the spawning processes. The process' name and parent can be retrieved from `/proc/PID/stat` and...

It looks like "Implement multi-disc sources detection" is way too big and does several things: you probably should first make a commit decoupling the Tracker Cursors from the resulting games...

It doesn't compile: playstation-uri-game-factory.vala is missing. Please rebase on a more recent master to avoid parasite commits.

The last patch introduces several new compile time errors, please fix them out: ``` retro/retro-runner.vala:228.4-228.78: warning: unhandled error `Games.RetroError' throw new RetroError.WRONG_DISC_NUMBER ("There are no more discs to load"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

When I run the application, it crashes, here is the stacktrace: ``` #0 g_str_hash (v=0x0) at ghash.c:1876 #1 0x00007ffff17c4d11 in g_hash_table_lookup_node (hash_return=, key=0x0, hash_table=0x96f700) at ghash.c:375 #2 g_hash_table_insert_internal (hash_table=0x96f700, key=0x0,...

All the `*-plugin.vala` files look good.

Without looking deeply this already looks **_way_** better. :) Unfortunately some commit messages are wrong, for example: - retro: Add UriGameFactory interface This commit is in no way related to...