Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Savetoskin-Command Question

  1. #1
    Low Bitrate
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    84

    Savetoskin-Command Question

    I must save to my Skin.ini the following Command:

    Code:
    BTN4=EXIT||LIST||PLAYAUDIOFOLDER1
    Before i tested with only one Command. Only Playaudiofolder1 would saved perfect. But with 3 Commands it saved only the first command.
    But i need the 3 Commands, that below black marked.

    Code:
    "SAVETOSKIN;$EDITBUTTON$;EXIT||LIST||PLAYAUDIOFOLDER1||...
    How can i make this?

  2. #2
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    Use the string replace function of RRExtended to replace "|" w/ something like "@" that can be saved to skin.

    When recalling the command, replace "@" w/ "|."
    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

  3. #3
    Low Bitrate
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    84
    you mean:

    "RRStrings_StrRepl"
    ================
    Replaces text in a var with other text
    Syntax: "StrRepl;<Var>;<Text to replace>;<Replacement Text;<Return Var>"
    Example: "StrRepl;TrackPath;AC-DC;Metallica;Myvar"
    Result: MyVar = "D:\MyMusic\Metallica\Razors Edge\If You Dare.mp3"
    Thus i must write like in the example above, i think:

    "StrRepl;<var that opens the code like my first post>;@@;||;<what must stand here?>"

    This Code i must write in the skin.ini? What must i write in the <ReturnVar>?

    Thank you for your help!

  4. #4
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    Thinking about it some more, I don't think you can use StrRepl here because it'll probably process "||" like the rest of RR.

    Only thing I can think of it is to do it via AutoIT...
    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

  5. #5
    Maximum Bitrate ws6vert's Avatar
    Join Date
    Sep 2008
    Location
    Baton Rouge
    Posts
    523
    Toxic,
    Is there anyway to make the button command, just one command that you specify in the ExecTBL?
    Like:
    "B4CMD";"EXIT||LIST||PLAYAUDIOFOLDER1"

    then, u could do:
    "SAVETOSKIN;$EDITBUTTON$;B4CMD"

    maybe?

    edit:
    After looking over the skin commands, you might be able to use "++" in the place of "||"

    so maybe:
    "SAVETOSKIN;$EDITBUTTON$;EXIT++LIST++PLAYAUDIOFOLD ER1"

  6. #6
    Low Bitrate
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    84
    Quote Originally Posted by ws6vert View Post
    Toxic,
    Is there anyway to make the button command, just one command that you specify in the ExecTBL?
    Like:
    "B4CMD";"EXIT||LIST||PLAYAUDIOFOLDER1"

    then, u could do:
    "SAVETOSKIN;$EDITBUTTON$;B4CMD"

    maybe?
    Uuh, sometimes my exectbl.ini looks like a ...

    Your Tip was good, the Command PLAYAUDIOFOLDER1 now executes also the EXIT AND LIST.
    Thanks.

    Also Thanks to Sal R. Before, i had never looked in the RRextended Notes.txt. There are many good new Commands for me!

  7. #7
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    Quote Originally Posted by toxic000 View Post
    Uuh, sometimes my exectbl.ini looks like a ...
    HA!

    Your ExecTBL.ini has got nothin' on my ExecTBL.ini

    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

  8. #8
    FLAC Chuck's Avatar
    Join Date
    Sep 2003
    Location
    Ellicott City, MD
    Posts
    1,671
    My ExecTBL.ini is about half the size of RideRunner.exe
    Attached Files Attached Files
    2001 S10 ZR2

    Chucks Skin - to old

  9. #9
    The Curator
    Auto Apps:loading...
    Blue ZX3's Avatar
    Join Date
    Aug 2004
    Location
    Chicago area,IL
    Posts
    4,860
    Now your just wasting Mp3car server space... could have just pointed to your thread like this
    RideRunner...The #1 FE, PERIOD.

    Current Project: DFXVoice [Beta Released]
    Next in line: RRMedia v2.0

    DFX 5.1.1 Skin
    Appstore Link

    My RideRunner Plugins
    RRMedia
    RRExtended
    DFXVoice

  10. #10
    The Last Good Gremlin GizmoQ's Avatar
    Join Date
    Nov 2004
    Location
    St Louis
    Posts
    2,277
    Quote Originally Posted by Chuck View Post
    My ExecTBL.ini is about half the size of RideRunner.exe
    What a showboat!
    HARDWARE: Fujitsu Stylistic ST5111w/WiFi and dock, internal Hitachi 500G HD, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, BoomzBox HD radio, XM Commander, Delorme GPS, Saitek X-52 Pro joystick, BluSoleil Bluetooth, TPMS, FB, Elm327

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •