cadbusca

Forum Replies Created

Viewing 15 posts - 481 through 495 (of 812 total)
  • Author
    Posts
  • in reply to: AVI files off of DVD = CRASH #27977
    cadbusca
    Participant

    Can you play the files from the DVD on your PC? Blanks are only a quarter so you might try Jolliett instaed of UDF

    in reply to: WIIMC+ Enhancement Pack Version V for 1.1.1 #27574
    cadbusca
    Participant

    Received and replied

    in reply to: Wiimote buttons control for music #26973
    cadbusca
    Participant

    GOOD STUFF! I’d like a burning log fireplace to watch while my Xmas music plays!

    in reply to: avi files off of dvd disc #27952
    cadbusca
    Participant

    Video Mode/Data DVD will list the directory of files on the DVD Data disk just like any other drive.
    DVD Mode is only for playing commercial DVD’s.

    in reply to: Wiimote buttons control for music #26971
    cadbusca
    Participant

    Except that would kill the current ability to watch all your family photos or other photo collections while your music plays in the background.

    in reply to: Onlinemedia.xml – How can i edit it? #27974
    cadbusca
    Participant

    I use wordpad, but it should save fine in notepad too.

    in reply to: Plex Media Server integration #27973
    cadbusca
    Participant

    You simply need to put an interface between Plex and WIIMC, which uses the PLEX API and serves up playlists to WIIMC. VLC-Shares is already in place to do this (see help forum sticky) and all you need to do is develop a VLC-Plugin to perform the specific interface actions.

    in reply to: Wiimote buttons control for music #26968
    cadbusca
    Participant

    Yes I was incorrect about the current buttons.

    Perhaps this would work:

    While Holding the B Button:

    Right = jump to next song
    Left = jump to last song
    Left then Right = Restarts song
    Up = Cycle modes
    Down = Toggle Pause/Play

    in reply to: Sorting file lists…. #27224
    cadbusca
    Participant

    OK. Solved. I’ve been able to patch mine to add a sort on date option.

    in reply to: Streaming a radio station? #27972
    cadbusca
    Participant

    That support was removed but this http://www.wiimc.org/tracker/index.php?do=details&task_id=178 will show that there is activity to support it again.

    in reply to: SMB shares have stopped working?? #27962
    cadbusca
    Participant

    Elaborating:

    On W7, go to Explorer, shared folder, open properties..two tabs, sharing and security.
    Sharing – Advanced Sharing -Permissions – Everyone
    Security- Everyone – Allow

    Both must be set to Everyone.

    in reply to: Sorting file lists…. #27223
    cadbusca
    Participant

    I’d like to do this too. Files have a field defined for time that I think could do this but I don’t know enough C to use it.
    The file definition is :
    typedef struct
    {
    u64 length; // file length
    time_t mtime; // file modified time
    int type; // TYPE_FILE, TYPE_FOLDER, TYPE_PLAYLIST, TYPE_SEARCH
    char filename[MAXPATHLEN + 1]; // full filename
    char displayname[MAXJOLIET + 1]; // name for browser display
    char image[MAXJOLIET + 1];
    int icon; // icon to display
    } BROWSERENTRY;

    and the browser entries are loaded with:

    snprintf(browserList[browser.numEntries+i].filename, MAXJOLIET, “%s”, filename);
    browserList[browser.numEntries+i].length = filestat.st_size;
    browserList[browser.numEntries+i].mtime = filestat.st_mtime;

    which I assumed indicated that filestat.st_mtime was an integer, but when I try and use it the error message says that bit is type_t so I do not know how to use that value. Searching code and the web have given me no leads.
    Can anyone help?

    in reply to: [WIIMC] 1.1: Subtitles files call WiiMC crash #27956
    cadbusca
    Participant

    Subfont.ttf MUST now be in the APPFOLDER which for WIIMC is “/apps/wiimc “
    If my Enhancement Pack patch has been applied it must be in “/apps/wiimc-plus”
    Previously this file needed to be in the directory where the .dol loaded from but 1.1.0 changed it to a fixed directory.

    in reply to: navi-x media not working #27965
    cadbusca
    Participant

    for some..but not ALL. lagging is due to file specs that the wii cannot handle. That’s why I enhanced my version so I could see the video specs before I tried to play them.

    in reply to: SMB shares have stopped working?? #27958
    cadbusca
    Participant

    Security on your PC shares also has to be enabled.

Viewing 15 posts - 481 through 495 (of 812 total)

Login

Lost Password