rodries

Forum Replies Created

Viewing 15 posts - 286 through 300 (of 767 total)
  • Author
    Posts
  • in reply to: Instalation questions #28165
    rodries
    Keymaster

    You can’t use IOS58 with HBC 1.0.6. So if you stick on 1.0.6, you will be stuck with slow USB1.1

    in reply to: WiiMC freezes when loaded from channel! #28138
    rodries
    Keymaster

    What do you mean, freezes? If you mean that you are stuck on the “Loading…” screen, that’s the channel freezing – you need to update to the latest version.

    in reply to: USB Problems? Read This! #27705
    rodries
    Keymaster

    Perhaps the disc is underpowered since it’s drawing from the USB port rather than an external supply. I myself have one of these but I haven’t tried playing a movie with it.

    in reply to: Subtitles over FTP #28091
    rodries
    Keymaster

    This has nothing to do with FTP. There’s no option to select a subtitle file, period. WiiMC looks for a subtitle file matching the name of the video and uses that.

    in reply to: m3u playlist: is it now OK with Wiimc 1.1.1 #28083
    rodries
    Keymaster

    Error loading playlist?

    Then there’s something wrong with your playlist file.

    in reply to: Alignment Exception #28044
    rodries
    Keymaster

    This has been fixed for the next version.

    in reply to: Set-up assistence with WiiMC #27654
    rodries
    Keymaster

    Share Name should just be the name of the folder you have shared.

    eg:

    Music

    These are all invalid:

    smb:blah
    C:blah
    blahblah
    \pcblah

    in reply to: USB Problems? Read This! #27674
    rodries
    Keymaster

    boondoklife, you must unplug in between tests or the test isn’t actually run and the results are not valid. Could you try again (with the device connected on startup is fine) and unplug/replug after each test? Also, try waiting 10 seconds before pressing A to continue. This will give your drive time to spin up.

    in reply to: USB Problems? Read This! #27672
    rodries
    Keymaster

    They could if they wish, but for these purposes it’s not important.

    in reply to: Unicode character Subtitle Error #27639
    rodries
    Keymaster

    You might need to replace subfont.ttf, I’m not sure. But it’s not an error in WiiMC.

    in reply to: Power button crashes WiiMC #27643
    rodries
    Keymaster

    Actually, pushing the power button should save the settings – it should be functionally equivalent to using the power button on the wiimote.

    Crashing is a different matter, it’s not supposed to do that. I have a different problem – on my one Wii it shuts off fine, on the other nothing happens when I press the power button.

    in reply to: Format for youtube playlists #27646
    rodries
    Keymaster

    Just generate a playlist in pls, m3u, or plx format. WiiMC doesn’t have its own, special format.

    in reply to: Arabic Subtitle #28078
    rodries
    Keymaster

    This is why it would be nice if people actually stepped up and improved the documentation:

    http://www.wiibrew.org/wiki/WiiMC

    in reply to: Rewinding 5 seconds doesn’t work #28076
    rodries
    Keymaster

    Wii != Windows.

    Are you an expert on mplayer?

    in reply to: m3u playlists: going up one level #28068
    rodries
    Keymaster

    I hope that WIIMC also treats a “music” playlist entry as an up-one-level entry the same as “..music

    This is wrong. “” denotes the root, which means it’s an absolute path. This is not supported, and would only work anyway if the whole drive was shared, as WiiMC would only be able to determine the path relative to the share root, not the drive root.

    In the example of a folder C:DocumentsMusic being shared, presuming you have the following two files:

    C:DocumentsMusicExtraPlayliststest.m3u
    C:DocumentsMusicsong.mp3

    Then an entry in test.m3u of “….song.mp3” will work. An entry of “DocumentsMusicsong.mp3” will NOT work, because WiiMC knows nothing above the Music folder level. If I added support for a root indicator, it would then consider this path in the sense of C:DocumentsMusicDocumentsMusicsong.mp3 – not what you intended. Really this would need to be “song.mp3” to point to the right spot, but that truly doesn’t make sense either.

    In short, the code is already working as intended. What my code logic is doing is counting the number of “..” entries in the assembled path, and subtracting that number of folders from the path.

    eg: assembled path is – smb1:/Extra/Playlists/../../song.mp3

    it takes away two levels, and produces the correct path of smb1:/song.mp3 🙂

Viewing 15 posts - 286 through 300 (of 767 total)

Login

Lost Password