Update python3-lxml only for SailfishOS > 3.0.2.8!
Watch results and rankings of european soccer leagues!
This application shows results and standings of european football leagues. Use the pulley menus to navigate and click on the header of the first page to change the league. Feel free to write bug reports and feature requests in the comments on openrepos.net
Please add my repository, otherwise you have to build and install python3-lxml manually to run this application.
Attachment | Size | Date |
---|---|---|
harbour-sailgoal-0.2-12.noarch.rpm | 60.49 KB | 10/08/2016 - 21:34 |
harbour-sailgoal-0.2-13.noarch.rpm | 60.66 KB | 18/09/2016 - 17:58 |
harbour-sailgoal-0.2-14.noarch.rpm | 60.74 KB | 19/05/2017 - 18:19 |
harbour-sailgoal-0.2-15.noarch.rpm | 56.69 KB | 12/10/2017 - 19:29 |
harbour-sailgoal-0.2-16.noarch.rpm | 57.05 KB | 27/10/2017 - 10:23 |
harbour-sailgoal-0.2-17.noarch.rpm | 66.07 KB | 01/12/2018 - 18:20 |
harbour-sailgoal-0.2-18.noarch.rpm | 66.18 KB | 16/01/2019 - 22:04 |
harbour-sailgoal-0.2-19.noarch.rpm | 68.78 KB | 24/05/2020 - 19:31 |
0.2-19
0.2-18
0.2-17
0.2-16
0.2-15
0.2-14
0.2-13
0.2-12
0.2-11
0.2-10
0.2-9
0.2-8
0.2-7
0.2-6
0.2-5
0.2-4
0.2-3
0.2-2
0.2-1
0.1-2
Comments
felixw
Fri, 2020/09/25 - 22:58
Permalink
The german bundesliga somehow shows the wrong time for match beginning. E.g. Sailgoal states match begins 16:30 on saturday.
dagi
Wed, 2020/07/29 - 17:45
Permalink
Matches show in both local and UK timezones. In Serie A the early games show in my local time and the late ones show in UK time. Only noticed this after the reboot.
Toobibo
Sat, 2020/06/06 - 19:28
Permalink
Many thanks for the app. It works very well for me. Only as a fan of the 3rd German Bundesliga the table is unfortunately not shown. Maybe you can have a look at it. Thank you very much.
mz_i_norge
Mon, 2020/05/25 - 21:18
Permalink
Yes, it works, thanks for that. But I tried to edit the file without success and I don't want to die stupid... ;)
mz_i_norge
Sun, 2020/05/24 - 20:10
Permalink
Which command do I have to use on a Jolla C for editing the file?
EmaNymton
Sun, 2020/05/24 - 20:53
Permalink
Did the update I uploaded not work for the Jolla C?
monkeyisland
Sat, 2020/05/16 - 19:04
Permalink
Hi i got no names anymore from the teams
EmaNymton
Fri, 2020/05/22 - 20:48
Permalink
Sorry for the inconvenience, I don't have much time to build a new package at the moment, so it may take a while. If you want to do it yourself, remove the following in the file /usr/share/harbour-sailgoal/livescore_api.py
remove the entries ".encode('utf-8')" everywhere.
You must have root privileges with devel-su for this.
There are three of them in total
(line 128)
results.append({'home': home.encode('utf8'), 'result': result, 'guest': guest.strip().encode('utf8'),
'game_id': game_id, 'status': status, 'time': time_str})
to
results.append({'home': home, 'result': result, 'guest': guest.strip(), 'game_id': game_id, 'status': status, 'time': time_str})
(line 172)
ranking.append({'rank': rank, 'team': team.encode('utf8'), 'games_played': games_played, 'goals': goals, 'goal_diff': goal_diff, 'points': points})
to
ranking.append({'rank': rank, 'team': team, 'games_played': games_played, 'goals': goals, 'goal_diff': goal_diff, 'points': points})
Then the team names should be displayed correctly again.
felixw
Sat, 2020/03/07 - 18:51
Permalink
Hey. Love Sailgoal. Last week the Bundesliga stopped working. Hope, this can be fixed. Update: it works again.
EmaNymton
Sat, 2020/02/29 - 11:04
Permalink
I will try to fix it this weekend, also the other leagues.
24mu13
Sun, 2019/11/17 - 17:44
Permalink
Please put the code on GitHub..people could help with their contribution..
chris7chris
Sat, 2019/09/14 - 08:29
Permalink
I'll be patient. Thanks for all your effort.
chris7chris
Fri, 2019/09/13 - 22:39
Permalink
In the moment only 1. and 2. Bundesliga are working correctly.
De- and reinstalled a few times, pkcon refresh, new start of OS. Nothing helped. What can I do else to make it run?
EmaNymton
Fri, 2019/09/13 - 22:53
Permalink
Yes, the data source has changed and I have to adapt the parser, please be patient.
felixw
Sat, 2019/08/17 - 21:07
Permalink
Really great app. Works well on my XA2.
kevtufc
Wed, 2019/03/13 - 12:21
Permalink
Hi! Is the source code available for this, anywhere?
EmaNymton
Sat, 2019/03/16 - 09:51
Permalink
quoting myself:
"@open source: It is open source but I have no github-repository. You can see the source code on your device under '/usr/share/harbour-sailgoal'. It's just python and qml. But be warned, atm I'm not very proud of it and I think a lot things could be done better."
still valid! ;)
TMavica
Mon, 2019/03/04 - 11:38
Permalink
Also can u add more league?
TMavica
Mon, 2019/03/04 - 11:38
Permalink
Any news?
EmaNymton
Mon, 2019/03/04 - 18:42
Permalink
News about what? Did you try pkcon refresh?
I can't add more leagues.
TMavica
Sat, 2019/03/02 - 22:11
Permalink
Yes. Nil help
TMavica
Sat, 2019/03/02 - 19:48
Permalink
Nothing provide libpython3.4m.so.1.0 needed by python3-lxml-3.4.1-0.armv7hl
EmaNymton
Sat, 2019/03/02 - 20:19
Permalink
pkcon refresh
in terminal?
TMavica
Sat, 2019/03/02 - 19:40
Permalink
Cant install
idoki
Mon, 2019/02/04 - 18:49
Permalink
Great app :)
Works quite good on my Xperia X, but I am unfortunatly unable to install it on the XA2 (Installation error, just like for the Storeman app).
EmaNymton
Mon, 2019/02/04 - 19:42
Permalink
I don't own an XA2, so I can't test it. Is there a detailed error message on the command line?
bertjefred
Thu, 2019/01/17 - 11:58
Permalink
Too bad, then my team must play better haha Thanks for the great app anyway!
monkeyisland
Thu, 2019/01/17 - 07:57
Permalink
Hey thank you for fixing :)
bertjefred
Wed, 2019/01/16 - 22:55
Permalink
Is it possible to add the Dutch 2nd division?
EmaNymton
Thu, 2019/01/17 - 00:14
Permalink
no, sorry, dutch 2nd division is not available
Pages