Skip to content

A fork of AzMRC - Azureus mini remote control plugin + remote control app. Original project is at http://azsmrc.sourceforge.net/

License

Notifications You must be signed in to change notification settings

dkarlinsky/azsmrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a fork of AzSMRC by Leonard Brünings, Dr. Marc Schaubach and Toni Uebernicke

Main Changes:

  • Converted to Gradle build
  • Added remote dir history "Select Remote Directory" dialog
  • Added support for torrents with 'udp://' announce URLS
  • Added "save location" selection to "Add by URL" dialog

AzSmrc Vuze Plugin

AzSmrc Remote Control App

A client app with a rich UI for controlling remote a Vuze instance with the plugin installed

Packaging

MacOS

./gradlew packageMac

The (tar) packaged app will be under:

remote/build/AzSmrc.${version}.app.tar

Windows

./gradlew packageWin -Dbits=64 

The -Dbits=[bits] defaults to 64 The resulting binary is under:

remote/build/AzSmrc-${version}-x86.exe
remote/build/AzSmrc-${version}-x86_64.exe