Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Changes To windows

Changes to "windows" between 2015-04-15 20:12:01 and 2015-05-15 19:16:14

1
2
3
4
5
6
7
8
9
10
11
12
13

14
15
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16













+


Streamtuner2 used to run under Windows. Current versions should still, but aren't tested anymore. (There are enough alternatives there, no significant userbase.)

It requires a working Python installation first. That includes Python with Gtk bindings, the requests and pyquery packages. (There are probably modern Python distributions for Windows. No idea. It's definitely not something that should be handled on a per-application basis and with PyInstaller embellishments.)

 * The available **.exe** installer is really just a self-extracting ZIP. It'll unpack to Unix-style paths `C:/usr/bin/` and `C:/usr/share/streamtuner2`.  
   (The exe is actually more suitable now as raw zip/tarball, that just happens to have a wine GUI.)

 * 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

    Or rename it to have a **.pyzw** extension, in case your setup already picks that up.

 * A simpler alternative might be using the [0install package for streamtuner2](http://fossil.include-once.org/streamtuner2/doc/trunk/dev/0-st2.xml).

In either case, you'll have to create a desktop shortcut yourself.