Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteStats ¶
WriteStats writes the qBittorrent-data.conf file with AllStats
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
Converter handles the conversion from rTorrent to qBittorrent
func (*Converter) ConvertAll ¶
ConvertAll converts all torrents in the rTorrent session directory
type Options ¶
type Options struct {
RTorrentSessionDir string
QBittorrentBackupDir string
DryRun bool
Verbose bool
PathMapping map[string]string // Map rTorrent paths to qBittorrent paths
IgnoreTags []string // Tags to ignore (skip torrents with these tags)
}
Options configures the conversion process
Click to show internal directories.
Click to hide internal directories.