BalancedLineOut

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Wii automatically powers off after using WiiMC #30700
    BalancedLineOut
    Participant

    Somehow I missed Inactivity Shutdown. It’s turned off now, and I’ll see if it works tomorrow. However, I was looking through the code and something doesn’t seem right.

    menu.cpp

    if(WiiSettings.inactivityShutdown > 0 &&
    !(wiiAudioOnly() && !wiiIsPaused()) &&
    diff_sec(ssTimer, gettime()) > (u32)(WiiSettings.inactivityShutdown*3600))
    {
    ExitRequested = true;
    ShutdownRequested = true;
    }

    mplayer.c

    bool wiiAudioOnly()
    {
    if(!playing_file || controlledbygui == 2)
    return false;

    if(mpctx->sh_video || !mpctx->sh_audio || mpctx->eof)
    return false;

    return true;
    }

    Maybe this is how it was intended to run, but if it checks that when switching files in a playlist, it will act as if you haven’t played a file in x hours.

    in reply to: Wii automatically powers off after using WiiMC #30698
    BalancedLineOut
    Participant

    It is disabled.

    in reply to: Icon update #30543
    BalancedLineOut
    Participant

    While I know this won’t become an official icon, I did (on request) make a WiiMC+ icon, and thought I’d share it here in case anybody wants one to match:

    in reply to: Icon update #30542
    BalancedLineOut
    Participant

    @jhb50 wrote:

    For my part, I have far more important changes to spend my time on. I don’t think anyone spends any time focusing on the logo.

    That’s why I felt like making one. The appearance has stayed the same and I don’t think I can improve on the code. I’m mediocre at best when it comes to homebrew.

    @Tantric wrote:

    While I appreciate your interest in the project and your contribution, I think we’ll still with the existing logo. I like it just the way it is.

    That’s cool. 🙂

    *Joostin sobs in a corner because Tantric didn’t like his logo*

    Edit: I hope you won’t mind if I continue to share this with others. It’s pretty popular.

    in reply to: Icon update #30539
    BalancedLineOut
    Participant

    @drmr wrote:

    I wholeheartedly agree about the WiiMC logo being in sore need of gloss and reflections. However, I think you didn’t go far enough. I hereby propose making the WiiMC logo even more about gloss and reflections. And since you changed the font as well, let’s make it a font even better suited to the task.

    Here’s my improved proposal.

    Thank you for your, uh, contribution. I’d still like to hear from the developers, if they would be so kind.

    in reply to: Icon update #30537
    BalancedLineOut
    Participant

    I’d like to know what the creators of WiiMC think about it.

    in reply to: Icon update #30535
    BalancedLineOut
    Participant

    @emerkamp wrote:

    I like it,looks good in hb.Seems like it sets back a little far.I think it would look cool if the Eq bars were in front or behind the WIIMC letters a little bit.give it some depth.

    I’m not quite sure I understand what you mean. I made two new versions with changes based on what I think you were asking.

    WiiMC is “closer”, but I feel this gives it an unbalanced look:

    Both the logo and WiiMC are a little closer to the bottom of the image:

    Do either of those match what you were suggesting?

Viewing 7 posts - 1 through 7 (of 7 total)

Login

Lost Password