Git Product home page Git Product logo

twitch-indicator's People

Contributors

rbrs avatar reboot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

twitch-indicator's Issues

Lower GTK requirement (latest Twitch Indicator requires GTK 3.12)

The latest Twitch Indicator requires GTK 3.12:

Traceback (most recent call last):
  File "/usr/bin/twitch-indicator", line 154, in settings_dialog
    self.builder.add_from_file("/usr/lib/twitch-indicator/twitch-indicator.glade")
gi._glib.GError: /usr/lib/twitch-indicator/twitch-indicator.glade: required gtk+ version 3.12, current version is 3.10

This means it no longer works on Ubuntu 14.04 (the initial version worked)... can this be tweaked to work with at least GTK 3.10?

Support Wingpanel API

The beta of elementary OS 0.4 no longer supports ayatana indicators. It would be nice if Twitch Indicator supported the new Wingpanel API so that it works with elementary OS 0.4.

Here's an example of a Wingpanel indicator, wingpanel-indicator-session

AUR?

i love your project but i want to use it on Arch, any chance of an AUR or arch supported setup? (i would love to use in XFCE)

Twitch api

Twitch-indicator doesn't see the channels when they go live, it see them every 30 min (more or less).

Maybe because it doesn't use the current twitch api. Support for the original api was remove this summer. Support for the v3 and v5 is deprecated since August and will be remove next year. There's an all new api to use for Twitch.

Does not work the first time

The first time you run the indicator and add your Twitch username, it doesn't work, and the following output is displayed in the terminal:

$ twitch-indicator 
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/bin/twitch-indicator", line 238, in refresh_streams
    self.live_streams = self.tw.fetch_live_streams(self.followed_channels)
  File "/usr/bin/twitch-indicator", line 57, in fetch_live_streams
    self.f = urllib.urlopen("https://api.twitch.tv/kraken/streams?client_id=oe77z9pq798tln7ngil0exwr0mun4hj&channel={0}".format(','.join(self.channels_offset)))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 340-342: ordinal not in range(128)

After restarting the indicator, it starts working.

UnicodeEncodeError

For a while now it's just thrown this error during every update

Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(_self.__args, *_self.__kwargs)
File "/usr/bin/twitch-indicator", line 236, in refresh_streams
self.live_streams = self.tw.fetch_live_streams(self.followed_channels)
File "/usr/bin/twitch-indicator", line 57, in fetch_live_streams
self.f = urllib.urlopen("https://api.twitch.tv/kraken/streams?channel={0}".format(','.join(self.channels_offset)))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 176: ordinal not in range(128)

Ability to select what to open in

As of now, twitch-indicator open a selected stream in the default browser for the system. It would be nice if we could specify our own command lines and, say, for example, pass the stream url to livestreamer/vlc and open the stream in VLC that way.

Always "Cheking..."

it never shows the channels live on archlinux-gnome, just shows "checking..." all the time
I cloned the git and made a sudo ./setup.sh.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.