Nirzak / rutorrentMobile

Plugin for ruTorrent to use it with mobile devies (Android, iOS, etc). Forked this repo to maintain by my own. No new features will be added. I will just try to keep this plugin working as possible. Thanks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruTorrent Mobile Plugin

Installation

Place all the plugin files in a directory called mobile in the rutorrent/plugins directory. To clone directly from this git repository, run this command in the rutorrent/plugins directory:

git clone https://github.com/Nirzak/rutorrentMobile.git mobile

Note: It is important that the plugin directory is named 'mobile' so that the supporting files are loaded correctly.
Warning: This plugin is not compatible with the ipad plugin.

Optional plugins that add additional functionality:

  • _getdir: Allows you to browse directories from your server when adding a torrent.
  • erasedata: Allows you to delete with data when deleting a torrent.
  • seedingtime: Adds the fields Added and Finished to the torrent details page.
  • ratio: Allows you to see and set the ratio group for a torrent.
  • throttle: Allows you to see and set the channel for a torrent.

Configuration

There are three configurable boolean options and one multi-value option that you may set at the top of init.js.

plugin.enableAutodetect

true by default. This option sets whether mobile devices will be autodetected to enable the plugin.

plugin.tabletsDetect

true by default. This option sets whether to include tablets in the autodetection.

plugin.eraseWithDataDefault

false by default. This option sets the default state of the delete with data checkbox in the confirmation page when deleting a torrent.
If in rutorrent you turned off 'Confirm when deleting torrents', this plugin will not display the confirmaion page either. In this case, the decision about deleting data will be determined by the value of this option.

plugin.sort

'name' by default. Possible values: 'name', '-name', 'size', '-size', 'uploaded', '-uploaded', 'downloaded', '-downloaded', 'done', '-done', 'eta', '-eta', 'ul', '-ul', 'dl', '-dl', 'ratio', '-ratio', and if the seedingtime plugin is loaded 'addtime', '-addtime', 'seedingtime', '-seedingtime'.
This option sets the default sort value of the torrent list. Without negative it's ascending, with negative it's descending.

Utilization

If you set plugin.enableAutodetect to true, the plugin will automaticaly load when detecting a mobile device. To force load the plugin in a desktop browser add '?mobile=1' to the end of the rutorrent url.

Troubleshooting

If you are experiencing problems with this plugin, for example it's not scrolling or there are overlapping elements, try these solutions.

  • Make sure the plugin directory is named 'mobile' or else it won't load the plugin specific css file called mobile.css
  • Make sure you don't have the ipad plugin installed. The ipad plugin will make it so you can't scroll in the mobile plugin.
  • If you are still having issues, submit an issue on github https://github.com/Nirzak/rutorrentMobile/issues and be sure to include as much detail as possible including: mobile device and OS and browser, server OS and webserver.

About

Plugin for ruTorrent to use it with mobile devies (Android, iOS, etc). Forked this repo to maintain by my own. No new features will be added. I will just try to keep this plugin working as possible. Thanks.

License:GNU General Public License v3.0


Languages

Language:JavaScript 82.8%Language:HTML 12.7%Language:CSS 4.5%