Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize ruTorrent plugins on launch #74

Merged
merged 1 commit into from
Apr 11, 2021
Merged

Initialize ruTorrent plugins on launch #74

merged 1 commit into from
Apr 11, 2021

Conversation

jnsn
Copy link
Contributor

@jnsn jnsn commented Apr 11, 2021

Fixes #71

Add the execute command to initialize the ruTorrent plugins on launch.

Directory structure of a clean launch without the command:

$ tree data/rutorrent/share/
data/rutorrent/share/
├── torrents
└── users

2 directories, 0 files

Directory structure of a clean launch with the command:

$ tree data/rutorrent/share/
data/rutorrent/share/
├── torrents
└── users
    └── rtorrent
        ├── settings
        │   ├── erasedata
        │   ├── extsearch.dat
        │   ├── loginmgr.dat
        │   ├── rss
        │   │   └── cache
        │   │       └── info
        │   ├── rtorrent.dat
        │   ├── scheduler.dat
        │   └── trafic
        │       ├── torrents
        │       └── trackers
        └── torrents

11 directories, 5 files

@jnsn jnsn requested a review from crazy-max as a code owner April 11, 2021 12:35
@jnsn jnsn changed the title initialize ruTorrent plugins on launch initialize ruTorrent plugins on launch (resolves #71) Apr 11, 2021
@crazy-max crazy-max changed the title initialize ruTorrent plugins on launch (resolves #71) Initialize ruTorrent plugins on launch Apr 11, 2021
Copy link
Owner

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@crazy-max crazy-max merged commit a1f9c10 into crazy-max:master Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Start rutorrent plugins with rtorrent without start webui first
2 participants