[19. June 2013] Soundcloud® available now | [7. June 2013] Youporn available now | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 RC1 [13 June 2013] | A-200/A-210 RC1 [13 June 2013]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
[A100/A110] New autoplay feature, testers needed
01-24-2011, 03:54 AM
Post: #16
RE: [A100/A110] New autoplay feature, testers needed
(01-24-2011 03:29 AM)rolandhii Wrote:  @accident, the autoplay feature was added to OEM models since 090204.

There's oem's still offering firmware downloads? mine hasn't for awhile now.
Find all posts by this user
01-24-2011, 04:29 AM
Post: #17
RE: [A100/A110] New autoplay feature, testers needed
I think most of the OEM still get their firmware update after 090204.
Find all posts by this user
01-24-2011, 05:02 AM
Post: #18
RE: [A100/A110] New autoplay feature, testers needed
Sorry, I didn't mean to take this thread off topic.. I'll move this to pm
Find all posts by this user
01-24-2011, 07:53 AM
Post: #19
RE: [A100/A110] New autoplay feature, testers needed
(01-24-2011 03:29 AM)rolandhii Wrote:  @accident, the autoplay feature was added to OEM models since 090204.

(01-23-2011 10:36 PM)jluc2808 Wrote:  ok tested with my HDX1000, work fine with the 2 files autoplay and autoplay_bg.txt
my first reports:
plus
- easy to implement
- work with photo and music
- interesting feature
minus
- all the photos are very pixelise
- need to be stopped to browse or do anything else
- shuffle mode is a simily suffle (sequence is always the same, even if it's not ordrered like inside the folder)

questions /enhanced:
- how could we restart this feature without rebooting the PCH
- is there a way to make a real shuffle
- is there a word to exclude some subfolder or extension (don't want to display _theme_)
- is there a parameter to unpixelise
- is there a way to skip photo (forward) rather than music
- is there a parameter to tell what transition beetween photo

@jluc2808,
1. The photos you meant are the albumarts or the photo slideshows?
2. Browsing while playback music is done in 200 series only, not implemented in 100 series.
3. Do you get the same random order everytime you boot up?
4. Currently you can do this if you have installed telnet.
5. Please refer to #3 and #4 above.
6. Currently no easy way. You can manually add the photo folders you want to show in the txt file.
7. Please refer to #1 above.
8. You can do this by playing music in background instead of photo in background, i.e. swapping the autoplay and autoplay_bg.
9. No, IIRC.

when i speak about pixelisation it's about photo slideshows
(the equivalent slideshow isn't so pixelise when i run via MusicJukebox)
ok it's another sequencewith another boot , i just tried with a stop and skip back order
- the skip back order return to slideshow and rerun it with the same order from the beginning - i will tell you if a reboot will do the same thing
- sorry i don't understand what is available with telnet ?
- ok with swapping photo and music
Find all posts by this user
01-24-2011, 09:46 AM
Post: #20
RE: [A100/A110] New autoplay feature, testers needed
@jluc2808
1. Sorry but I don't know what is MusicJukebox.
2. This autoplay feature only generate the playlists, it will not re-shuffle the playlists during playback. If you are playing music using 101217 firmware, you can have the real shuffle by pressing REPEAT button during audio playback.
3. If you have installed telnet, you can re-play the autoplay generated playlists by the following command:
Code:
echo "/tmp/autoplay.htm" > /tmp/gaya_bc
4. If you want to re-generate the playlists, use:
Code:
/opt/sybhttpd/autoplay
Find all posts by this user
01-24-2011, 07:18 PM
Post: #21
RE: [A100/A110] New autoplay feature, testers needed
Nice, i added in the first post that it works as well for HDX1000. I hope more people can test the autoplay feature and comment in this thread.

Configuration:
  • PCH A110
  • TV: PHILIPS 32PFL9604H/12
  • HDD internal: Samsung Spinpoint F1 1TB, format: EXT3
  • Video output: HDMI, 1080p60
  • Firmware version: latest firmware and apps
  • Wired network: CAT5E
Find all posts by this user
01-24-2011, 11:10 PM (This post was last modified: 01-25-2011 11:58 PM by jluc2808.)
Post: #22
RE: [A100/A110] New autoplay feature, testers needed
(01-24-2011 09:46 AM)rolandhii Wrote:  @jluc2808
1. Sorry but I don't know what is MusicJukebox.
2. This autoplay feature only generate the playlists, it will not re-shuffle the playlists during playback. If you are playing music using 101217 firmware, you can have the real shuffle by pressing REPEAT button during audio playback.
3. If you have installed telnet, you can re-play the autoplay generated playlists by the following command:
Code:
echo "/tmp/autoplay.htm" > /tmp/gaya_bc
4. If you want to re-generate the playlists, use:
Code:
/opt/sybhttpd/autoplay
@rolandhii
Musicjukebox is an application which generate a jukebox for music or photo like Yamj for video - static html which allow to start , play , shuffle, stop playlist with photo or photo with music
this application use mono wrapper with href instruction like documented in sysbas music or photo mono player.

just in example what is generated is like :
PHP Code:
href="file:///opt/sybhttpd/localhost.drives/HARD_DISK/HDX1000/Music/Alicia%20Keys/Alicia%20Keys%20-%20Songs%20in%20A%20Minor/playlist.jsp" pod="2,1,file:///opt/sybhttpd/localhost.drives/HARD_DISK/HDX1000/Music/PhotoJukebox/playlists/slides_AllSlides_C200.jsp" /> 

just to say with href instruction using mono wrapper photo aren't so pixelised

i have telnet installed , i will test both command tomorrow - OK tested and work fine - this enforce my next demand - include this feature in a command which is allowed with the standard interface

for the both command i think this could be good feature to include (2nd then the 1rst one) in an html page or another program (cgi, ....) and assign a TVID to start anytime it's needed, so the autoplay doesn't need a reboot to start ?

i understand you are using Mono wrapper as player (which is the standard player inside sysbas firmware) do you thing using MPD as background player, which allow to browse while the player is running ?
Find all posts by this user
01-25-2011, 11:58 PM
Post: #23
RE: [A100/A110] New autoplay feature, testers needed
@awdkoers

i don't have this bugs:
I have to test it again but it looks like all photos are displayed in landscape (lying down) while the same pictures show in portrait (standing up) using the normal photo browser.

landscape and portrait is OK for me


Edit : does this feature run on C200 ?
Find all posts by this user
01-26-2011, 12:06 AM
Post: #24
RE: [A100/A110] New autoplay feature, testers needed
No, this is for 100 series only.

(01-25-2011 11:58 PM)jluc2808 Wrote:  @awdkoers

i don't have this bugs:
I have to test it again but it looks like all photos are displayed in landscape (lying down) while the same pictures show in portrait (standing up) using the normal photo browser.

landscape and portrait is OK for me


Edit : does this feature run on C200 ?
Find all posts by this user
01-26-2011, 01:59 AM
Post: #25
RE: [A100/A110] New autoplay feature, testers needed
@rolandhii

ok thanks for the response , did you see my request : include your 2 telnet line in a script or htm or .. which could be run from A110 interface
Find all posts by this user
01-27-2011, 09:17 PM
Post: #26
RE: [A100/A110] New autoplay feature, testers needed
Now i tested the orientation of photo's again. I chose 4 portrait photo's standing up. In the normal photo player the photo's are shown in portrait standing up. When pointing to these photo's in the autoplay_bg.txt, using autoplay all these photo's are displayed landscape lying down.

I hope there is a way to fix this.
I use the popcorn a lot more now to play music all day without the need to turn on the television.Smile

Configuration:
  • PCH A110
  • TV: PHILIPS 32PFL9604H/12
  • HDD internal: Samsung Spinpoint F1 1TB, format: EXT3
  • Video output: HDMI, 1080p60
  • Firmware version: latest firmware and apps
  • Wired network: CAT5E
Find all posts by this user
01-29-2011, 07:21 AM
Post: #27
RE: [A100/A110] New autoplay feature, testers needed
I have updated the first post:
Autoplay is already implemented for OEM models since February 2009, OEM firmwares released after June 2009 already have this autoplay feature enabled.
So there is no need to use the latest firmware to enjoy autoplay.

Configuration:
  • PCH A110
  • TV: PHILIPS 32PFL9604H/12
  • HDD internal: Samsung Spinpoint F1 1TB, format: EXT3
  • Video output: HDMI, 1080p60
  • Firmware version: latest firmware and apps
  • Wired network: CAT5E
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Bug] PCH-A110 Stops playing video after a few minutes SweetMilo2k 2 1,310 10-21-2012 02:26 PM
Last Post: blong123
  [Bug] A110 - Resumes playback on new media. F1Racer 2 599 09-22-2012 04:26 AM
Last Post: F1Racer
  [Bug] A110 - Hard Drive Dissappearing Zod 9 2,073 09-16-2012 10:23 PM
Last Post: Zod
  [A110] can't find internal harddrive anymore grandfight 6 3,752 09-08-2012 06:41 PM
Last Post: mirrorballman
  [Bug] .sub & .idx playback issues A110 dotslasher 7 2,461 08-04-2012 11:02 PM
Last Post: VideoRipper
  [Bug] A-110 Freezes and help needed m_dk29 2 995 06-22-2012 03:56 AM
Last Post: m_dk29
  [Bug] Is My A110 Dead? micoman 6 1,784 05-17-2012 10:40 PM
Last Post: nickel
  [Bug] popcorn a100 home screen resolution changing colbags 2 1,335 03-01-2012 04:40 PM
Last Post: colbags
  [Bug] A110 HDMI Audio not working OlivierS74 6 3,772 01-30-2012 04:56 AM
Last Post: GonzaloLI
  [Bug] A110 Can Not Access Internal Hard Drive rachelc 0 1,096 01-15-2012 01:45 PM
Last Post: rachelc

Forum Jump: