Search found 10 matches

by MH2
Wed Dec 27, 2023 9:39 pm
Forum: Newbie questions
Topic: How to make a loop
Replies: 1
Views: 2005

How to make a loop

Here are my code for mp3 player. I have figure out how too start, pause, resume and stop the mp3 file. But how do make a loop. After file stop, cant make it to play again, without start the program again. @VERSION 10,0 @APPTITLE "ROD-DEMO-PLAYER" @APPVERSION "$VER: ROD-DEMO V0.0.1 (20...
by MH2
Wed Dec 27, 2023 4:09 pm
Forum: Wishlist
Topic: linux arm64 support in Hollywood and HollywoodPlayer
Replies: 7
Views: 18860

Re: linux arm64 support in Hollywood and HollywoodPlayer

Great news! Can i download the new version from my "place" :mrgreen:
by MH2
Tue Sep 12, 2023 2:14 pm
Forum: Newbie questions
Topic: ListRequest error
Replies: 10
Views: 6715

Re: ListRequest error

Yes I know that. But my program are using mpv player, so there are no need of plugins (just now). My plan are too use the internal player in the future.
by MH2
Mon Sep 11, 2023 8:32 am
Forum: Newbie questions
Topic: ListRequest error
Replies: 10
Views: 6715

Re: ListRequest error

The X and Y posistion do not work on MacOS. But on Windows are ok. I havent try on Linux 8-) .
by MH2
Sat Sep 09, 2023 8:17 pm
Forum: Newbie questions
Topic: Linux and the APPICON
Replies: 8
Views: 4877

Re: Linux and the APPICON

I has this cod on my big project. Different Icon on different sys OS /**********************************/ /*** Load library with all data ***/ /**********************************/ /* force the preprocessor to parse */ /* different code depending on */ /* which platform HW is running. */ /***********...
by MH2
Sat Sep 09, 2023 7:18 pm
Forum: Newbie questions
Topic: ListRequest error
Replies: 10
Views: 6715

Re: ListRequest error

The code are bigger, I have only mad it smaler. /****************************************************************/ /*** Version of Hollywood-MAL is at least version 10.0! ***/ /****************************************************************/ @VERSION 10,0 /**********************************/ /*** I...
by MH2
Sat Sep 09, 2023 7:02 pm
Forum: Newbie questions
Topic: ListRequest error
Replies: 10
Views: 6715

Re: ListRequest error

and if I want set the position? ROD_Playbox_Player = ListRequest("Select show", "6. Rakt Over Disc-1978-2022-Playbox-Player", {"None", "1978-05-19.mp3", "1978-05-26.mp3", "1978-06-02.mp3" }, {X=52, Y=52}, {Width=350, Height=610} ) It will s...
by MH2
Sat Sep 09, 2023 6:38 pm
Forum: Newbie questions
Topic: ListRequest error
Replies: 10
Views: 6715

Re: ListRequest error

/**************************************************************************/ /*** Version of Hollywood-MAL is at least version 10.0! ***/ /**************************************************************************/ @VERSION 10,0 /****************************************/ /*** Information about this ...
by MH2
Sat Sep 09, 2023 5:55 pm
Forum: Newbie questions
Topic: ListRequest error
Replies: 10
Views: 6715

ListRequest error

My project are a media player. I have this line: ROD_Playbox_Player = ListRequest(({Width=350, Height=610}), "6. Rakt Over Disc-1978-2022-Playbox-Player", "Select show", {"None", "1978-05-19.mp3", "1978-05-26.mp3", "1978-06-02.mp3", ... The...
by MH2
Sun May 21, 2023 4:33 pm
Forum: Off topic
Topic: Raspberry Pi 4 is out!
Replies: 12
Views: 40451

Re: Raspberry Pi 4 is out!

https://www.raspberrypi.com/software/ Where you can download the new version of RaspiOS.

And Yes, I need the armhf64 version of Hollywood IDE.