Menu

Groups and options through transmission GUI

cfp p2p
2015-08-05
2016-07-08
  • cfp p2p

    cfp p2p - 2015-08-05

    Torrent grouping is available through the GUI.

    The Windows GUI is included in releases.

    GUI for Mac pre-compiled: https://github.com/cfpp2p/transmission/tree/Windows_Daemon_%26_Clients
    [Download ZIP] unzip, "MAC-transmission-remote-GUI" directory.
    Or compile yourself: https://github.com/cfpp2p/transmission/wiki/MAC-daemon-and-remote-GUI

    Compile for Linux: https://github.com/cfpp2p/transmission/wiki/Compile-enhanced--remote-GUI

    .

    Add whatever groups you want to the [AddTorrent.xxx.xxx.xxx.xxx] section(s) of your transgui.ini file.

    Examples:

    [AddTorrent.127.0.0.1]
    PeerLimit=25
    FolderCount=9
    Folder0=c:\transmission-downloads\Movies
    Folder1=c:\transmission-downloads\Music
    Folder2=c:\transmission-downloads\TV
    Folder3=c:\transmission-downloads\Anime
    Folder4=c:\transmission-downloads\Sports
    Folder5=c:\transmission-downloads\Documentaries
    Folder6=c:\transmission-downloads\Software
    Folder7=c:\transmission-downloads\HD
    Folder8=c:\transmission-downloads\Trailers

    .
    .


    [AddTorrent.192.168.1.50]
    PeerLimit=25
    FolderCount=9
    Folder0=/share/hdd/data/16gb/Movies
    Folder1=/share/hdd/data/16gb/Music
    Folder2=/share/hdd/data/16gb/TV
    Folder3=/share/hdd/data/16gb/Anime
    Folder4=/share/hdd/data/16gb/Sports
    Folder5=/share/hdd/data/16gb/Documentaries
    Folder6=/share/hdd/data/16gb/Software
    Folder7=/share/hdd/data/16gb
    Folder8=/share/hdd/data/8gb_extra

    .

    transgui.ini location

    Windows XP Default
    "c:\Documents and Settings-=:WHATEVER-YOUR-USERNAME-IS:=-\Local Settings\Application Data\Transmission Remote GUI\"

    Windows 7, 8 Default
    c:\Users-=:WHATEVER-YOUR-USERNAME-IS:=-\AppData\Local\Transmission Remote GUI\

    OSX configuration file under /Users/$USER/.config/Transmission Remote GUI/

    Linux ~/.config/Transmission Remote GUI/

    If the program finds the transgui.ini file in the same folder as the binary file,
    then it will store all configuration and data files in the program's folder,
    instead of the folder in a user profile.

    .

    How groups are displayed in the GUI

    .

    Add new torrent

    .

    Change torrent(s) group

     
  • cfp p2p

    cfp p2p - 2016-07-08

    The default maximum (folder) group list amount is 10, so if you want more than ten, add to the [Interface] section of the transgui.ini a MaxFoldersHistory=

    for example:

    [Interface]
    MaxFoldersHistory=50
    .
    .
    .

    Empty groups won't show in the main GUI.

     

    Last edit: cfp p2p 2016-07-08

Log in to post a comment.