RossWang / Aria2-Integration

a Firefox Add-on to integrate with Aria2
MIT License
223 stars 41 forks source link

Sorry to disturb you,but is there any possibility support the firefox on mac? #56

Open leomita opened 5 years ago

leomita commented 5 years ago

as the title said.

no1xsyzy commented 5 years ago

If you mean the addon itself, I think it should've supported already. If you mean the aria2, you don't really need the Bin/. You can just brew install it and it would work perfectly with Bin/aria2.conf.

leomita commented 5 years ago

Thanks for your reply! I’m sorry that I didn’t make it clear.I have had an aria2c on my mac from brew and I have added the great add on to my firefox,but I can’t make that the firefox starts the aria2 automatically when I click DOWNLOAD and closes the aria2 when I quit from firefox. I just realize this on my windows desktop by using your kind sample named [add_Aria2-uriScheme.bat], but it can’t make it on my mac laptop. if there is any possibility to make it happen on mac(or linux even), can you show me the way or tell me what to do? Grateful for that!

no1xsyzy commented 5 years ago

The batch file is just registering URLs like Aria2://whatever to aria2Hide.exe, which works like a local messenger to start aria2.

I'm not familiar with Mac OS, but I think this could help. What's more, aria2Hide.exe seems to be programmed for windows only. So you might need to write and compile your own messenger as well, which could be challenging.

leomita commented 5 years ago

Thanks a lot! I will try!