|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Creating and Repeating a Video Playlist
I have one video that I need to repeat over and over again. Can somebody show me how to do this quickly in my custom STV when the app starts?
Thanks in advance. RR |
#2
|
||||
|
||||
Probably the simplest way would be to have a global ApplicationStarted hook that locates the media file and calls Watch on it. Then have a global FilePlaybackFinished hook to call Watch again when it finishes.
If you know the path of the file on disk, you should be able to do new_java_io_File() on that path and just pass the result directly to Watch.
__________________
-- Greg |
#3
|
|||
|
|||
Worked like a charm. Just what I needed. Thanks very much Greg!
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|