justchokingaround / jerry

watch anime with automatic anilist syncing and other cool stuff
GNU General Public License v3.0
291 stars 20 forks source link

support for dubs? #10

Closed indigomarxist closed 1 year ago

indigomarxist commented 1 year ago

yes yes i know cringe. but i was wondering if this will ever be supported (something like --dub).

justchokingaround commented 1 year ago

mayhaps (i'll check today if it's possible)

justchokingaround commented 1 year ago

it is doable, i will probably implement it tomorrow

justchokingaround commented 1 year ago

done in https://github.com/justchokingaround/jerry/pull/9/commits/03f6d8f159850beecbe5440318afa80bf9293140 on the feat-manga branch. you can either use jerry --dub or define it in jerry.conf by adding a line like this:

dub="true"

i will close this issue once i merge the branch into main, still have to test and fix a few things