Active Topics

 



Notices


Reply
Thread Tools
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#161
Had an issue with Seriesfinale, it has lot all of my programs from the list after losing internet connection during an update.
Does anybody know were the data is stored or if I can recover it?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#162
Originally Posted by sixwheeledbeast View Post
Had an issue with Seriesfinale, it has lot all of my programs from the list after losing internet connection during an update.
Does anybody know were the data is stored or if I can recover it?
Bump. Hopefully someone can help?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
Posts: 395 | Thanked: 255 times | Joined on Nov 2010
#163
Originally Posted by sixwheeledbeast View Post
Had an issue with Seriesfinale, it has lot all of my programs from the list after losing internet connection during an update.
Does anybody know were the data is stored or if I can recover it?
Try this: /home/user/.osso/seriesfinale/series.db

Greetings.
 

The Following User Says Thank You to s4br0s0 For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#164
Originally Posted by s4br0s0 View Post
Try this: /home/user/.osso/seriesfinale/series.db

Greetings.
Thanks, never expected it to be in .osso

It is blank so I must have lost all the data, hopefully I have a partial backup somewhere.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
Posts: 172 | Thanked: 353 times | Joined on Nov 2014
#165
Since Ovi Store is gone I could not find an installable deb file for Harmattan anywhere. Any chance to get it put up somewhere, say OpenRepos, please?
 
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#166
Originally Posted by tmi View Post
Since Ovi Store is gone I could not find an installable deb file for Harmattan anywhere. Any chance to get it put up somewhere, say OpenRepos, please?
I found the source on github:
https://github.com/joaquimrocha/Seri.../meego_handset
N900 version in master, N9 version in meego_handset.

I've compiled it,but don't have a spare device to test it on.
PM me if you want to try it and I'll upload to OpenRepos if it works.


Update:
https://openrepos.net/content/ginggs/seriesfinale

I've labelled this version as 0.6.9.1-1 as it includes changes by Juan A. Suárez on 2012-09-23 that were not in 0.6.9-1 on Ovi.
Split the 'busy' signal between 'updating' and 'loading', so when loading a big indicator is shown.

This avoid showing "No shows available" when loading them.

Last edited by ginggs; 2015-08-06 at 21:21.
 

The Following 2 Users Say Thank You to ginggs For This Useful Post:
Posts: 172 | Thanked: 353 times | Joined on Nov 2014
#167
Thanks to ginggs, SeriesFinale for N9 is in OpenRepos!

I have been testing the not-yet-uploaded v0.6.9.1-2, that has one more fix by ginggs:
- Show 'No episodes to watch' instead of 'Completely watched' if a season's unwatched episodes do not have air dates.

In no relation to that I've found 2 bugs that are also in the OpenRepos version (ginggs is aware of these):
1)
After marking/unmarking individual episodes the search may stop working and the app needs to be restarted to be able to search for new shows

2)
Sometimes (but not always) after marking/unmarking individual episodes the X episodes to watch or X seasons completely watched lines' formatting gets mangled to:
X episodes to
watch


or with continued marking/unmarking to:
X
episodes
to watch


or if all episodes are selected:
X seasons
complet
ely watched
.

Steps to reproduce:
1)
- Remove all existing shows & restart app
- Add the show Boardwalk Empire
- Go to Season 5 and mark episodes 5x01-04 and unmark 04
- Go to all shows and try to add a new show by searching
2)
- See 1), also with other shows mark/unmark episodes randomly, last season is a good start.

With 1) I have tried different combinations and ATM the method above seems to be one sure way. Usually, I can also reproduce this with e.g. Halt and Catch Fire (if it's not the first show in the list) by marking episodes 2x01-06 and unmarking 06.

Still, I have not really figured out what's the actual logic behind the bug(s). So if anyone has some ideas that could make sense, do share

EDIT: typos

Last edited by tmi; 2015-07-09 at 04:49.
 
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#168
Originally Posted by sixwheeledbeast View Post
Having been a happy user of the stable version (0.6.9-1)
I decided to test out the latest testing version (0.6.10-1)
To my suprise it will not open.

Terminal says...
Code:
~ $ /usr/bin/seriesfinale 
Traceback (most recent call last):
  File "/usr/bin/seriesfinale", line 30, in <module>
    from SeriesFinale.gui import MainWindow    
  File "/usr/lib/python2.5/site-packages/SeriesFinale/gui.py", line 36, in <module>
    from lib.portrait import FremantleRotation
  File "/usr/lib/python2.5/site-packages/SeriesFinale/lib/portrait.py", line 24, in <module>
    import osso
ImportError: No module named osso
Does this happen to anybody else or just me.
SeriesFinale 0.6.10-1 for N900 is missing a dependency on python-osso.

To fix:
Code:
sudo gainroot
apt-get install python-osso
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#169
Originally Posted by ginggs View Post
SeriesFinale 0.6.10-1 for N900 is missing a dependency on python-osso.

To fix:
Code:
sudo gainroot
apt-get install python-osso
Somehow I fixed this issue a while ago.
Can't remember if I discovered the dependency issue or it got pulled in with something else.
Thanks anyway.

Could someone upload a new version with fixed dependencies?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#170
Originally Posted by sixwheeledbeast View Post
Could someone upload a new version with fixed dependencies?
I could do that.

I'll try to make contact with upstream first.
 

The Following 2 Users Say Thank You to ginggs For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 00:51.