Reply
Thread Tools
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#21
A new year a new update.

This time it includes:
  • New svg based icon
  • Hide/Unhide of controls via click
  • Youtube Search results page scrolling fixed
  • Open URL page with history of last 10 opened urls
  • Cover Page now with play/pause function
  • Music icon shown if music files are played back
  • File details page added
  • Added code for directly getting youtube videos from youtube servers (not used yet)
  • command line url parameter now supported
  • mimetype support registration for media files on sailfish

And here the demonstration video: http://youtu.be/VkMLeLnyy2E
I also created a openrepos.net page here: https://openrepos.net/content/llelec...s-video-player

RPM Download here: https://openrepos.net/sites/default/...-3.armv7hl.rpm

Last edited by llelectronics; 2014-01-01 at 13:10.
 

The Following 9 Users Say Thank You to llelectronics For This Useful Post:
Posts: 443 | Thanked: 282 times | Joined on Oct 2011 @ Grenoble, France
#22
Originally Posted by llelectronics View Post
A new year a new update.

This time it includes:
  • Hide/Unhide of controls via click
  • Youtube Search results page scrolling fixed
  • Open URL page with history of last 10 opened urls
  • Cover Page now with play/pause function
  • Music icon shown if music files are played back
  • File details page added
  • Added code for directly getting youtube videos from youtube servers (not used yet)
  • command line url parameter now supported
  • mimetype support registration for media files on sailfish

And here the demonstration video: http://youtu.be/VkMLeLnyy2E
I also created a openrepos.net page here: https://openrepos.net/content/llelec...s-video-player

RPM Download here: https://openrepos.net/sites/default/...-3.armv7hl.rpm
Just installed the 0.1-3 version ... when I launch it, I got only a white screen and that's all
 
Posts: 27 | Thanked: 10 times | Joined on Dec 2013 @ Netherlands
#23
Originally Posted by mousse04 View Post
Just installed the 0.1-3 version ... when I launch it, I got only a white screen and that's all
same here...
 
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#24
Please redownload with this link: https://www.dropbox.com/s/40zm4gppkn...-3.armv7hl.rpm

Seems that the rpm on openrepos.net is broken somehow.
 

The Following 3 Users Say Thank You to llelectronics For This Useful Post:
Posts: 443 | Thanked: 282 times | Joined on Oct 2011 @ Grenoble, France
#25
works now thanks !!!!
 
Posts: 752 | Thanked: 2,808 times | Joined on Jan 2011 @ Czech Republic
#26
The reason of it not working is a wrong import in harbour-videoPlayer.qml

You need to change this line
Code:
import "pages/yt.js" as YT
to
Code:
import "pages/helper/yt.js" as YT
By the way, thank you for this app!
 
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#27
Yeah it seems to be that on uploading to openrepos.net I accidently was to fast and did not wait for dropbox to sync the correct rpm which caused this issue. I fixed all links now and also openrepos.net (Btw. very confusing package management on openrepos.net as it seems you can only delete the last package uploaded or something)
 

The Following User Says Thank You to llelectronics For This Useful Post:
Posts: 292 | Thanked: 294 times | Joined on Jan 2012 @ Milan, Italy
#28
I like the new release!
But I can't really say the same for the new icon, I quite dislike it, sorry.
The holes in the film are disaligned with the frames, and on the left they are half cut (a thing I tried to avoid in my latest versions). Also, I don't really like the very strong gradient you put on the frame.

I took again the freedom to make my own version. It's a complete remake, taking your new version into account but adjusting it a little bit to my taste, plus further tweaks (I changed the background from plain yellow to yellow/orange gradient, for example). I don't have much experience with svg so it's again a raster file. I would have attached my source Gimp file, but I can't (TMO doesn't allow me). If you like my new take and you need/want to modify it, I can send the source xcf to you (maybe send me a PM). Or you can send me the svg file and I can try to take a look at it, it may be a good chance to learn something new.

Anyway, keep up the good work with VideoPlayer, it's shaping up really nicely.
Attached Images
 

Last edited by Watchmaker; 2014-01-04 at 22:36.
 
mced's Avatar
Posts: 115 | Thanked: 185 times | Joined on Apr 2011 @ Spain
#29
Great work. From now, my default media viewer.

Could we make suggestions? I would be nice to get some command-line options, like:

-p Play file directly, without user interaction

So we can make some handy scripts, useful when listening to music. E.g.:

Code:
for FILE in $(find . -name \*holiday*.mp3); do
   harbour-videoPlayer -p $FILE
   sleep 1
done
Or playing with sort -R (random sort) to "shuffle"...
 
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#30
Improved the icon and added -p option on github already.
mced please test this new version and see if it works as you intend it. As I currently doubt that it will work with your little bash script.
I think it will open multiple players with all your files playing back almost simultaneously (sleep 1 in between)

For the time being I will put development on a halt for one week and keep working on a webbrowser as I really need one and don't like the android alternatives. (and the sailfish one is a bit featureless)
 

The Following 3 Users Say Thank You to llelectronics For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:07.