maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   [WIP] LLs Video Player (https://talk.maemo.org/showthread.php?t=92141)

llelectronics 2014-01-01 12:47

Re: [WIP] LLs Video Player
 
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

mousse04 2014-01-01 12:52

Re: [WIP] LLs Video Player
 
Quote:

Originally Posted by llelectronics (Post 1402725)
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 :(

Medolino2009 2014-01-01 12:54

Re: [WIP] LLs Video Player
 
Quote:

Originally Posted by mousse04 (Post 1402728)
Just installed the 0.1-3 version ... when I launch it, I got only a white screen and that's all :(

same here...

llelectronics 2014-01-01 13:04

Re: [WIP] LLs Video Player
 
Please redownload with this link: https://www.dropbox.com/s/40zm4gppkn...-3.armv7hl.rpm

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

mousse04 2014-01-01 13:11

Re: [WIP] LLs Video Player
 
works now thanks !!!!

nodevel 2014-01-01 13:15

Re: [WIP] LLs Video Player
 
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! :)

llelectronics 2014-01-01 13:17

Re: [WIP] LLs Video Player
 
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)

Watchmaker 2014-01-04 22:31

Re: [WIP] LLs Video Player
 
1 Attachment(s)
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. ;)

mced 2014-01-05 10:54

Re: [WIP] LLs Video Player
 
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"...

llelectronics 2014-01-05 12:46

Re: [WIP] LLs Video Player
 
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)


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

vBulletin® Version 3.8.8