1NICOTINE-IMPORT-WINCONFIG(1)General Commands ManualNICOTINE-IMPORT-WINCONFIG(1)
2
3
4
6 nicotine-import-winconfig is a script to convert SoulSeek Windows
7 client configuration file to the Nicotine format.
8
10 nicotine-import-winconfig [options] <path_to_the_win‐
11 dows_soulseek_files>
12
14 nicotine-import-winconfig will read the SoulSeek Windows client config‐
15 uration file and will extract information like download queue,
16 userlist, login information, list of autojoined chatrooms, list of
17 banned users, user info/picture, and write them to $HOME/.nicotine/con‐
18 fig, which is the default nicotine configuration file.
19
21 If you don't want to import the whole configuration, you may consider
22 using the command line flags below.
23
24 -q, --queue
25 Import the download queue.
26
27 -u, --userlist
28 Import the userlist.
29
30 -l, --login
31 Import the login information.
32
33 -C, --chatrooms
34 Import the list of autojoined chatrooms.
35
36 -b, --banned
37 Import the list of banned users.
38
39 -i, --userinfo
40 Import the userinfo and picture.
41
42 -h, --help
43 Show help and exit.
44
45 -c <file>, --config=<file>
46 Use <file> as Nicotine configuration file. If <file> do not
47 exists a new empty configuration file will be created.
48
50 Import the SoulSeek Windows client configuration from /mnt/windows into
51 the default nicotine configuration file :
52
53 Nicotine should be shut down before doing this.
54
55 nicotine-import-winconfig "/mnt/windows/Program Files/SoulSeek"
56
58 This manual page was written by Adam Cecile <gandalf@le-vert.net> for
59 the Nicotine+ project.
60 Permission is granted to copy, distribute and/or modify this document
61 under the terms of the GNU General Public License, Version 2 or any
62 later version published by the Free Software Foundation.
63
65 nicotine(1)
66
67
68
69Version 1.2.6 October 2006 NICOTINE-IMPORT-WINCONFIG(1)