Movie Player modifications
Re: Movie Player modifications #101
Re: Movie Player modifications #102
Posted 23 March 2012 - 00:23
I have a couple suggestions maybe you will find it usefull:
1) Creating more space between the progressbar and filename.
2) Showing file extensions in a list?
Keep up the good work!
H9.Twin ::: H9.2H ::: H9.S ::: HD1265 ::: H2H :::::::::: WaveFrontier T90: 1W, 3, 7, 13, 16, 19, 23, 28, 42E ::::::::::
Re: Movie Player modifications #103
Posted 23 March 2012 - 09:21
I have restored an old version of my system and if I have lost the Sek's improves, I could read again the .avi files and I have no more problems to move a file. I don't know if the problems come from the MoviePlayer or from the image (operating system). Does somebody have information? To keep the Sek's improves and other recent things, I've restored my last system but I've noticed another problem: when I want to move a file, I don't see a directory (I've called it "Ordi") while I see it with the MoviePlayer.Last point, I have some little problems with the movie player. I can't read anymore .avi files. I have only the sound. As I don't often look at them, I don't know if it's with the new version of the movie player or if I have lost a plugin. Wednesday, I have done a software update but it was not good and I have another problem : when I move a movie from the USB key to the hard disk (or from the hard disk to the movie key), the file don't disappear immediately from the USB key and don't appear on the hard disk. The first time, I think I haven't press the good touch and I do it again. At the end, I have an error message because there is no file to move, the movie was on the hard disk.
Previously, when I move a movie, it disappears from the USB key and it appears on the hard disk and you can see the size of the file increases regularly until the travel is finished.
Thank you.
Vu+ Ultimo 4K - OpenPli 8.3
Xtrend ET9200 - OpenPli 6.2
Re: Movie Player modifications #104
Re: Movie Player modifications #105
Posted 23 March 2012 - 09:59
I haven't a progress bar with my skin, only a circle but it's not very precise.
In the list, press the menu button and you can make choices between progressbar or circle and more
Edited by metoo, 23 March 2012 - 10:00.
ET10000 C C C C/T 2TB HDD ET7000 + ET6000 dvb-S OpenPli Triax 88 multifeed quad LNBs VU Uno4K SE C+2TB HDD Mutant HD60
Re: Movie Player modifications #106
Re: Movie Player modifications #107
Posted 23 March 2012 - 18:22
IMS i'm really willing to help you but I'm not experiencing such problems. I tried to reproduce such a behavior but to no avail.- Next preview still works +/-1 and not from current item in list
- TV button still does not STOP preview
Seeing not the bug I'm not able to fix it.
If you could please in detail describe your configuration and what you do.
If you have the same STB as mine (ET9000) and could prepare an image than I can flash mine and check if the problem occurs...
Regards.
Re: Movie Player modifications #108
Re: Movie Player modifications #109
Posted 23 March 2012 - 19:26
IMS i'm really willing to help you but I'm not experiencing such problems. I tried to reproduce such a behavior but to no avail.
- Next preview still works +/-1 and not from current item in list
- TV button still does not STOP preview
Seeing not the bug I'm not able to fix it.
If you could please in detail describe your configuration and what you do.
If you have the same STB as mine (ET9000) and could prepare an image than I can flash mine and check if the problem occurs...
Regards.
do you think about:
- Next preview still works +/-1 and not from current item in list
or about:
- TV button still does not STOP preview
?
Re: Movie Player modifications #110
Posted 23 March 2012 - 19:36
I defined TV button as preview (I suppose you did it, too) and then it starts / stops preview. I tested it on my ET9000 and openpliPC (VirtualBox Ubuntu).
Re: Movie Player modifications #111
Posted 23 March 2012 - 23:25
About TV as stop - on 800se it is still run function defined under TV button. I must use Shift + yellow or Help - TV.
Re: Movie Player modifications #112
Re: Movie Player modifications #113
Posted 24 March 2012 - 11:27
You can see it: run playback-preview and then try press Radio or Video (PVR) button. On 800SE they works in this time.
There must be modified line for def btn_tv:
def btn_tv(self): if self.list.playInBackground: self.playbackStop() else: self._callButton(config.movielist.btn_tv.value)
Re: Movie Player modifications #114
Posted 24 March 2012 - 14:44
1) TV works well as Stop in previewplayback
2) true previewplayback selection - modified.
- when run previewplayback and user move selector in list to some item and then press ">" or "<", previewplayback begins playback item under selector and not olditem+1/-1 (as was before)
all others is as was.
please, commit it.
Attached Files
Edited by ims, 24 March 2012 - 14:55.
Re: Movie Player modifications #115
Posted 24 March 2012 - 15:54
1) TV works well as Stop in previewplayback
I find this one confusing. The TV button is just a button that you can configure to do anything. I expect it to go to the "home" folder, for example. This patch causes the button to do something else than you've configured, but not always...
2) true previewplayback selection - modified.
- when run previewplayback and user move selector in list to some item and then press ">" or "<", previewplayback begins playback item under selector and not olditem+1/-1 (as was before)
all others is as was.
I don't see the logic here either. The "<>" buttons now work like the >>| and |<< buttons on a CD player, skipping to the next or previous song. The patch makes them work in a way that I find weird, sometimes skipping to the next song, sometimes playing what the selection bar happens to point at.
Re: Movie Player modifications #116
Posted 24 March 2012 - 16:24
ad 2) was added only: if is running previewmovie and user move selector with Down (of UP) to item f.eg. x+20 (= he want preview item x+20) and press > or <, then is previewed item x+20 and not x+1, as was. Where is problem ?
Do you think, that preview x+1 is then ok ? Try it without this patche
Note: "<" button works, when previewplayback is running only - but it is not my job. ( It means add 2 line of code only, then will works same as ">" )
Edited by ims, 24 March 2012 - 17:04.
Re: Movie Player modifications #117
Re: Movie Player modifications #118
Re: Movie Player modifications #119
Re: Movie Player modifications #120
Posted 25 March 2012 - 18:31
Sorry, but I'm not going to implement it. We had a discussion about it earlier and there were to main issues:if you want, try add into MovieSelection on end of init
self.lastservice = session.nav.getCurrentlyPlayingServiceReference()
and there in playbackStop() replace stopService line withself.session.nav.playService(self.lastservice)
- the majority of us like the functionality as it is
- Mike wrote that there is problem with restarting some coded services
To be honest I like the functionality very much - it let me know when playing / previewing stops.
Additionally I'm going to use PIG window for showing last viewed movie frame or image file when browsing the list.
Please find the patch attached.
The < > keys can now be configured by user - for playing next / previous item in preview mode (as default) or to start / stop preview (> key) and stop preview (< key).
In this way we keep current functionality and solve your problem (I hope ).
I added also wma extension as I saw Pieter patch for MediaPlayer and playing wma files should now be possible in MoviePlayer.
Regards.
Attached Files
Edited by sek1973, 25 March 2012 - 18:31.
14 user(s) are reading this topic
0 members, 14 guests, 0 anonymous users