Shnazzyone

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: Encoding Methods? #30709
    Shnazzyone
    Participant

    You have to check, that your Encoder is set to let the processed video not to have a higher resolution as
    720×400
    pixel.

    Especially the 400 is important. If it is 404 pixel you will have problems.

    Einstellungen für XMediaRecode

    FORMAT
    Profil: Benutzerdefiniert
    Format: AVI
    Dateiendung: avi

    VIDEO
    Codec: XviD
    FourCC: XVID
    Bitratenmodus: 2-Pass CBR
    Bitrate: 2000

    AUDIO
    Codec: MP3
    Kanäle: Joint Stero
    Bitratenmodus: VBR NEU

    in reply to: GUIDE: How to set up SMB on Mac OSX #27003
    Shnazzyone
    Participant

    HOWTO: WIIMC Connection with MacOS X (Lion, M. Lion, Mavericks 10.7-10.9) SMB-Network Share.

    [WiiMC v1.3.3] – – –
    The MacOS SMB-Network Share worked fine up to OSX Snow Leopard 10.6, but Apple decided to change the SMB-System from SMB 1 to SMB 2 in OSX Lion 10.7 . But the SMB 2 implementation was not 100% compabtible. And it did not got fixed in Mountain Lion 10.8 and the worst – it is still not fixed in OSX Maverick 10.9. ( Why? – You can read at the end of this post. )

    Update-Info:

    • In OSX Yosemity 10.10 SMB changed now from SMB 2 to SMB 3.
      With > SMBconf you can switch back to SMB 1, if needed.

    So, the only option is, to replace the Apple SMB with a OpenSource SMB3 implementation.

    For this – just download SMBUp.

    Download – SMBUp: http://eduo.info/apps/smbup

    SMBUp (v1.4.1+):

    Did you lose your shared folders with the update of Mac OS X from Snow Leopard to Maverick? You can’t see your shared folders from your DVR or Mediacenter box hooked in your TV? The internet tells you to install gigabytes of developer tools and use tons of command-line instructions to regain the ability to see your mac from your other devices in the house after moving to Lion or Mountain Lion? We might be able to help.

    1.After download unzip it to your application folder so that you have there the SMBUp.app.

    2.Start SMBUp.app and close it. (This will write the configuration files if they are not existing.)

    3.Go to /opt/local/etc/samba3/ and copy smb.conf.sample to smb.conf.

    4.Open /opt/local/etc/samba3/smb.conf and edit it to the following but replace the following three settings:

    *1* netbios name = add here your netbios name. You find it in SystemSettings > Sharing > Name of the system.
    (Example: My Mac Book Pro >> netbios name = My-Mac-Book-Pro)

    *2* [SERIEN_A-E] << The Name of the Folder you want to share

    *3* path = The path on your mac to the folder


    [global]
    unix charset = UTF8
    netbios name = *1*
    server string = Samba %v on %L
    map to guest = Bad User
    log file = /usr/local/samba/var/log.%m
    max log size = 50
    debug timestamp = No
    smb ports = 445
    dns proxy = No
    veto files = /Thumbs.db/.DS_Store/.TemporaryItems/TheVolumeSettingsFolder/TheFindByContentFolder/Temporary Items/Network Trash Foder/.AppleDouble/.bin/.AppleDesktop/._*/
    workgroup = WORKGROUP
    os level = 20
    syslog = 0
    security = user
    guest account = nobody
    unix extensions = no
    announce version = 5.0
    socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192

    [SERIEN_A-E]*2*
    comment = Serien_A-E
    path = *3*/Users/simon/Movies/Serien_A-E
    available = Yes
    browse able = Yes
    guest ok = Yes

    5.Save the smb.conf file.

    6.Start SMBUp.app and [ Start ] the Sama Server.

    7.Add the SMB-Share to your WiiMC Network Settings.

    Enjoy the videos on your Wii-MC.

    For more inforamtion have a look here: http://eduo.info/2013/07/13/smbup-faq

    Why it is like it is:

    Hello, everyone.
    I am the developer for SMBUp. I see some comments that it doesn’t work in this specific scenario and want to help make it at least able to mimic the current set-up.

    Some background:

    SMBUp exists because a lot of my friends were affected Lion retiring Samba for their own solution. The reasons behind this change are varied and justifiable on Apple’s part, but the effect on users are undeniable. Old devices are incapable to connect to SMB shared from Lion. These old devices use an obsolete and old version of Samba (since it’s the only free and available implementation, just as Apple did in OS X until 10.7) and the client in this version is incapable of connecting to SMB folder shared in modern versions of the protocol (Lion supports SMB2, non GNU/GPL V3 Samba versions only support the old, 1997, slow and obsolete version of SMB implemented in Windows 3.1 for Workgroups).

    For these devices there’s usually no way to use different versions of the SMB protocol, so even though Apple’s actions may be justified the problem exists and needs fixing.

    Enter Samba through MacPorts. From the very first day Lion was launched tutorials were made to install Samba through MacPorts. These meant a lot of steps and a certain degree of expertise and time, as Xcode had to be downloaded and packages installed (several hours in total).

    I created SMBUp because I’d been arguing someone would come up with a front-end for Samba from the day Lion was released and after almost a full year couldn’t believe nothing had come up. This also meant creating a Samba installer to free users of the need to do Xcode and Macports if all they wanted was samba.

    So, to be clear: SMBUp is a front-end for Samba 3.2.15 and is fully compatible with MacPorts’ installation (if you allow SMBUp to install itself you’ll end up with the exact same set-up ad MacPorts).

    This means there’s no difference in running Samba from a macports installation and using SMBup for it. There might be differences in the configuration of Samba itself, though.

    SMBUp provides a front-end for most functionality in SMB.CONF but doesn’t preclude knowing about it for more advanced uses. It doesn’t include either HOMES or PRINTERS shares yet, so these are ignored.

    When loading shares in SMBUp is uses default values for them (namely: guest access enabled, read-only shared folders). These can be overriden and advances settings accessed. For example, if your shared folder requires “create mask” to be “0765” and “printable” to be set to “no” this can be done through the advanced settings.

    Currently SMBUp doesn’t store paths with spaces enclosed in double quotes. This shouldn’t be a problem since Samba doesn’t require it. You may see this difference if you compare both.

    Also, if you install SMBUp and had Macports installed before, you can allow the program to read your existing config file or to create one from scratch. In either case we recommend keeping a copy of the one you know already works (normal location for smb.conf is “/opt/local/etc/samba/smb.conf”. If you close SMBUp once installed and copy the old file in the new location, upon start SMBUp should parse it properly.

    in reply to: Cover for Videos #30294
    Shnazzyone
    Participant

    Please let it look for

    folder.jpg/png
    and
    cover.jpg/png
    too.

    Shnazzyone
    Participant

    Solution for 95% of crashes of WiiMC:

    DEFRAG your USB-Harddisk

    WiiMC doesn’t like fragmented video files.

    AND

    If you start WiiMC and it was connected before to a network device (SMB, FTP) and
    you get an Connection Lost Error:

    Then dont try to start a video from a USB-HDD – you will get a freeze!

    First change to the HDD folder > then close/restart WiiMC(WiiMC has to write the change in its configuration file) > then you can play again videos from HDD.

    in reply to: WiiMC 1.2.3 some characters bugged #30049
    Shnazzyone
    Participant

    Failure is back

    in reply to: WiiMC 1.2.3 some characters bugged #30048
    Shnazzyone
    Participant

    Can confirm it for German, too.

    All Umlaute (äöü, ÄÖÜ) are displayed(in the settings of WiiMC)
    with the wrong codepade since update from 1.2.2 to 1.2.3 .

    Looks exactly like what happens when you copy windows text files to macintosh
    or vice versa.

    in reply to: Crash dumps since the last update – Sample file included #29493
    Shnazzyone
    Participant

    Easy Fix for crashing WiiMC:

    If you have problems with your videofiles(on FAT or NTFS) try this first:

    1) Connect your HDD to Windows and let a chkdisk run.

    Open Windows Command Line: Win+R > cmd > RETURN(Enter)
    chkdsk HDD: /F /V

    Example: chksk e: /F /V /X

    2) After this defrag your HDD(don’t defrag SSDs or USB-Sticks !)

    You can use the free Piriform Defraggler: http://www.piriform.com/defraggler/download/slim

    After this WiiMC is mostly happy and plays your video files.

    in reply to: Crash dumps on online media #29691
    Shnazzyone
    Participant

    Can confirm the error here too.

    Search for example for “Gunsmith Cats Clean Opening”.

    Start the video – it will play. Stop it. Try to play from start again > crash dump

    You will not be able to play the video again – even after complete shutdown of the wii.

    in reply to: Crash WiiMC v1.2.0 #29652
    Shnazzyone
    Participant

    Looks like the file was too fragmented on the hdd.
    Now its running (and i fixed 1 problem in the file with DivFix++)
    But the DivFix++ was not enough. Only after complete defrag of file WiiMC likes it.

    in reply to: Crash WiiMC v1.2.0 #29650
    Shnazzyone
    Participant
    in reply to: German Translation #25670
    Shnazzyone
    Participant

    Will there be an update for WiiMC 1.2.0?

    For example “2 hours” in the settings for timeout is not translated.

    in reply to: WiiMC 1.1.4 OGG Audio Problem: Codedump #28759
    Shnazzyone
    Participant

    Have problems with OGG-Movie files, too.

    Is there an option to let WiiMC let the coredump write into an txt file to the sd-card instead of only displaying it on screen?

    in reply to: USB Problems? Read This! #27817
    Shnazzyone
    Participant

    Did Test again for Seagate FreeAgent Go:

    http://www.wiimc.org/forum/viewtopic.php?f=4&t=1033&p=4497#p4497

    [attachment=0:1lspryls]new FreeAgent Go Tests.zip[/attachment:1lspryls]

    in reply to: USB Problems? Read This! #27811
    Shnazzyone
    Participant

    @Tantric wrote:

    I would be concerned too, since method 5 is the one we’re going with.

    Oh ~~ ok. Then i will better re-run the test – for checking if i get the same results again.

    will paste later today when done…

    Postby Tantric » Fri Jan 21, 2011 10:36 pm
    I think he’s right! That was test 4.

    Nevertheless – will do a test again.

    in reply to: USB Problems? Read This! #27803
    Shnazzyone
    Participant

    Harddrive:
    Seagate 500GB FreeAgent Go Media
    2,5 Zoll
    PN: 9TA2AH-500

    Tested again with Test 1.12 – Log added to my first post : http://www.wiimc.org/forum/viewtopic.php?f=4&t=1033&p=4497#p4497

Viewing 15 posts - 1 through 15 (of 16 total)

Login

Lost Password