1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-
+
-
+
-
+
|
Streamtuner2 used to run under Windows. Current versions should still, but aren't tested anymore. (There are enough alternatives there, no significant userbase.)
If you want, you'll need a working Python installation first. That includes Python with Gtk bindings, the requests and pyquery packages.
- The available **.exe** installer is really just a self-extracting ZIP. It'll install under Unix-like path, as in `C:/usr/bin/` and `C:/usr/share/streamtuner2`.
* The available **.exe** installer is really just a self-extracting ZIP. It'll install under Unix-like path, as in `C:/usr/bin/` and `C:/usr/share/streamtuner2`.
- With the new **.pyz** package it's even easier to use however. So that's now the recommended approach. Simply start it with:
* With the new **.pyz** package it's even easier to use however. So that's now the recommended approach. Simply start it with:
python streamtuner2.pyz
python streamtuner2.pyz
Or rename it with a **.pyzw** extension, in case your setup already picks that up.
In either case, you'll have to create a desktop link yourself now.
|