Michael Baudino
Michael Baudino
Full rewrite
This is a full-refactor of the code to have it cleaner, more readable, more DRY and mostly more SRP. See https://github.com/michaelbaudino/addic7ed-ruby#information_source-upcoming-design-breaking-changes
We should use [mruby-cli](https://github.com/hone/mruby-cli) or [traveling-ruby](https://github.com/phusion/traveling-ruby) to build native command-line binaries for multiple systems.
ATM, it just says `A subtitle already exists (/data/public/Series/The Walking Dead/Saison 03/The.Walking.Dead.S03E08.720p.HDTV.x264-EVOLVE.srt). Skipping.`
We could build a very simple web tool (a Rack/Sinatra app on a $7/mo Heroku lobby instance) where a user can drag-n-drop a video file, an HTML5 API call grabs...
We should remove the CLI script from this project to make it a pure Ruby library. CLI should be moved to a `addic7ed-cli` project which uses `addic7ed-ruby` (and powered by...
I would like to notify everyone here that Docker Compose [just fixed](https://github.com/docker/compose/pull/5223) a bug where [we could not override volumes with different modes](https://github.com/docker/compose/issues/5203). The fixed was released as part of...
Hello, Recalbox core team member here :wave: We are switching one of our partition filesystem to ExFAT in our next release (due in a few weeks), but from what I...
As reported in #262 (and as validated with @tjouan), we try to read the Locale API key from `.env` if it exists, which is not our responsibility. We should stop...
This commit adds i18n gem versions 1.1, 1.2, 1.3, 1.4 and 1.5 to the Travis matrix.
Because many developers are working on OSX, we want the test build to ensure it works there. Extracted from #264