Active Topics

 


Reply
Thread Tools
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#231
Yeah will allow that
Bigger font sizes make sense for the tablet.
__________________
Donation for my sailfish apps via PayPal

Donate using Liberapay
 

The Following User Says Thank You to llelectronics For This Useful Post:
mced's Avatar
Posts: 115 | Thanked: 185 times | Joined on Apr 2011 @ Spain
#232
Updating LLs Videoplayer from Warehouse...



Trying proposed solution...

Code:
$ pkcon install python
Transaction:	Installing
Status: 	Waiting in queue
Status: 	Starting
Status: 	Refreshing software list
Percentage:	0
Status: 	Querying
Percentage:	10
Percentage:	40
Status: 	Resolving dependencies
Status: 	Installing packages
Package:	python-2.7.6-1.3.1.armv7hl
Package:	python-libs-2.7.6-1.3.1.armv7hl
Percentage:	100

The following packages have to be installed:
 python-2.7.6-1.3.1.armv7hl	An interpreted, interactive, object-oriented programming language
 python-libs-2.7.6-1.3.1.armv7hl	Runtime libraries for Python

Transaction:	Installing
Status: 	Waiting in queue
Status: 	Waiting for authentication
Status: 	Waiting in queue
Status: 	Starting
Status: 	Refreshing software list
Percentage:	0
Status: 	Querying
Percentage:	10
Percentage:	40
Status: 	Resolving dependencies
Status: 	Installing packages
Status: 	Downloading packages
Package:	python-2.7.6-1.3.1.armv7hl
Results:
Fatal error: File './core/armv7hl/python-2.7.6-1.3.1.armv7hl.rpm' not found on medium 'https://releases.jolla.com/releases/2.0.0.10/jolla/armv7hl/'
Any hint?
 
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#233
Can you run pkcon refresh and see if you are able to install the package after that ?
__________________
Donation for my sailfish apps via PayPal

Donate using Liberapay
 

The Following User Says Thank You to llelectronics For This Useful Post:
mced's Avatar
Posts: 115 | Thanked: 185 times | Joined on Apr 2011 @ Spain
#234
Great, that worked. I used to think GUI software apps (Jolla Store and Warehouse) performed that "refresh" step automatically, before downloading packets.
 
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#235
Originally Posted by mced View Post
Great, that worked. I used to think GUI software apps (Jolla Store and Warehouse) performed that "refresh" step automatically, before downloading packets.
Nope they aren't apparently. They only refresh the repo that you want to download from but not the others as far as I know.
__________________
Donation for my sailfish apps via PayPal

Donate using Liberapay
 
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#236
Will there be an option in the future to have the player running in a draggable window?

Please try out coderus' ScreenTapShot app to see what I mean
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#237
Will there be an option in the future to have the player running in a draggable window?
Nice idea. Not sure if it makes sense for now.

In the meantime a new version.
Finally version 1.0 is out

It took a long time but now I can proudly say this is version 1.0.
Even if I did not manage to pack in every feature I wanted (the todo list is long and gets even longer). This version is the most usable ever.

Changes:
  • Make sure attachedPage is popped
  • Always use black background for videoPage to avoid rendering bug with newer Silica Components
  • Added support for manually choosing srt subtitle
  • Fixed support for automatic subtitle detection for files without suffix
  • Bumped subtitle font selection up to 95 for tablet
  • Fixed youtube get streams (grab 720p,360p,240p correctly)

If you encounter problems make sure python is installed before installing this rpm.
Get the rpm from openrepos
Tablet RPM: https://app.box.com/s/qj8mqfw3213287js4449ig7x8asfcsk2
__________________
Donation for my sailfish apps via PayPal

Donate using Liberapay
 

The Following 13 Users Say Thank You to llelectronics For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#238
Originally Posted by llelectronics View Post
Nice idea. Not sure if it makes sense for now.
Why wouldn't it?

When you watch movie or a tv channel stream, I wouldn't want to miss something.

Here is a use case:
1- You're watching live soccer.
2- You get a text/im message
3- You need to reply, but you also don't want to loose sight of the video.

So there you have it.

This idea is already possible on some players, like BS Player. The problem here is, that it's of course only hovering on Android apps
Check out on this video what I mean:
https://youtu.be/A0rAfpgE6Fg?t=34s
(0:34 - 0:55)
And yes, pinch to zoom works, but the person who took this video failed
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#239
Yeah yeah I know what you mean.
It is also implemented in Tizen and works good there.

I will take a look at it. Basically you need to hack around the window manager in sailfishos to accomplish this. Therefor I said it does not make sense fow now. The other point is the small screen size on the phone itself.
The most benefit I can see is on tablets because of their bigger screen.
But its on my todo. So I definitely will take a look. Though after this 1.0 release there are other projects that I want to complete first before I start working on new features
__________________
Donation for my sailfish apps via PayPal

Donate using Liberapay

Last edited by llelectronics; 2015-12-03 at 20:48.
 

The Following 5 Users Say Thank You to llelectronics For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#240
Originally Posted by llelectronics View Post
Yeah yeah I know what you mean.
It is also implemented in Tizen and works good there.

I will take a look at it. Basically you need to hack around the window manager in sailfishos to accomplish this. Therefor I said it does not make sense fow now. The other point is the small screen size on the phone itself.
The most benefit I can see is on tablets because of their bigger screen.
But its on my todo. So I definitely will take a look. Though after this 1.0 release there are other projects that I want to complete first before I start working on new features
Thanks for the explaining!
Well, you might look for the sources of ScreenTapShot to get it done faster

But great to hear that it's in your todo list!
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:02.