Page 1 of 7 123 ... LastLast
Results 1 to 10 of 69

Thread: NetRemote 1.1.0.38 Release

  1. #1
    Join Date
    May 2002
    Location
    CT
    Posts
    6,559

    Default NetRemote 1.1.0.38 Release

    Hello folks -
    1.1.0.38 is ready for a quick test before becoming the live version. There were changes to both NetRemote and MediaBridge. Please see below for MediaBridge changes.

    I mean it this time, this release should be considered 100% on the verge of deployment to happy NetRemoters everywhere. Please brutalize the release (or just stress test). Thanks!

    Links
    Music: http://www.promixis.com/packages/Net...3-Jul-2005.exe
    http://www.promixis.com/packages/Net...3-Jul-2005.cab

    IR: http://www.promixis.com/packages/Net...3-Jul-2005.exe
    http://www.promixis.com/packages/Net...3-Jul-2005.cab

    Pro: http://www.promixis.com/packages/Net...3-Jul-2005.exe
    http://www.promixis.com/packages/Net...3-Jul-2005.cab

    NetRemote
    1.1.0.38 (23-Jul-2005)
    No Changes (updated installers for MediaBridge fix only)

    1.1.0.38 (18-Jul-2005)
    1. Changed - Default mode for IR on Windows is now GlobalCache
    2. Removed - Port selection for GlobalCache mode
    3. Changed - Default IP address for IR is now 192.168.1.70 (the GC default address) _not_ the default host
    4. Added - Action to IR plugin to set GC IR Port (this is basically an alias for a variable set, you can still just set the IR.PortNumber variable if you'd like).

    1.1.0.37 (12-Jul-2005)
    1. Changed - IR code better encapsulated. This means that if you're having trouble with the IR library (it gives you errors), you can pull the factory out (IRHardware.dll) and you'll stop getting error messages, but the rest of the IR code (passthrough and globalcache) will still work properly. This also allows for the theoretical ability for NetRemote to use IR hardware on the Windows side, as well (USB-UIRT direct from NetRemote, perhaps).
    2. Added - Splash screens! I'm a little embarassed it took so long to add these (they should have been in long ago). They come up almost immediately, and are fun to stare at while NetRemote loads.
    3. Changed - Continued grouping actions for designer.
    4. Changed - NetRemote will attempt to connect back to the right zone if it loses connectivity with MediaBridge.

    1.1.0.36 (11-Jul-2005)
    1. Fixed: Girder 4 actions now send NR's IP in payload instead of Girders
    2. Changed: On windows, a default Generic plugin and IR plugin are -not- created. If you need these plugins, you need to right click and create an instance
    3. Changed: On PPC, a default generic plugin is -not- created. If you need this plugin, you need to tape and hold and create an instance.
    4. Changed: Began assigning groups to actions for use in designer. In the designer, you'll see folders of actions under a plugin (in the next designer rev, anyway)
    5. Added: Callback to GAC lua object. Simply set "gac.OnReceive" to a function which takes the gac object as it's only parameter.

    1.1.0.35 (10-Jul-2005)
    1. Added: Support for GAC+
    2. Added; GAC lua object
    3. Added: Several helper lua files added to installer (thanks Rob)
    4. Added: Performance improvement on GAC redraw - results are buffered to all update at once
    5. Added: A trick to allow for frames on top of buttons to not "steal" events. Rule: A frame with no children cannot be "clicked" on.
    6. Fixed: Windows version no longer shows "Load Skin" if in custom mode (finally)
    7. Changed: Modified music interfaces to use GAC lua object
    8. Changed: Installers now show version #'s for NRIRServer and MediaBridge
    9. Changed: Music and Pro now have a "default" installset which includes PPC and Windows clients and MediaBridge (Before it would default to clients only - confusing for first time users)

    1.1.0.34 (02-Jul-2005)
    1. Fixed: Girder 3 issue with feedback reconnect on PPC resume (thanks Avid)
    2. Added: MP.LibraryTree.Selected variable. This will contain the path to the current selected library tree node.
    3. Added: MP.PlayingNow.Selected variable. This will contain the index of the current playing now track (0 based)
    4. Added: MP.Search.Selected variable. This will contain a ? delimited list of files selected in the search list.
    5. Added: Revamped Generic plugin and corresponding lua file. This actually makes generic a lot more powerful. The GenericPlugin.lua file (installed) has four methods: Generic.Receive(plugin_instance,message), Generic.Disconnecting(plugin_instance), Generic.Connected(plugin_instance), Generic.Send(plugin_instance,message). These methods can be used to interact with the generic TCP/IP socket. For instance, if you were talking to the GlobalCache device, you could execute "getdevices\r" on connect, and then get a list of devices back on the Receive method. The plugin_instance can be used if you have more than one generic plugin instance and need to identify which is being called. Note that the Generic currently only works for TCP/IP sockets which are ascii and \r terminated.

    1.1.0.33 (23-Jun-2005)
    1. Fixed: Girder 4 ACK on image receive corrupted
    2. Fixed: Girder 4 LinkActive and FeedbackLinkActive not working appropriately
    3. Fixed: NetRemote will do some "fixing" on startup to ensure that if you have a plugin instance, but not one with the correct default ID, it will flip it to be the right ID.
    4. Fixed: Buffer overrun error with long actions (seen in some GAC requests)
    5. Changed: Pronto.ttf should no longer cause problems on update or uninstall
    6. Changed: Installer will install an empty NetRemoteLog.txt so that an uninstall is clean on PPC (no more complaints during uninstall)
    7. Changed: NetRemote now defaults to not auto-restarting on device resume. There is a checkbox in the general properties to engage auto-restart

    MediaBridge
    2.1.0.32 (23-Jul-2005)
    1. Fixed: Issue with apostrophe's and commas in their names would throw off any player using a cache.

    2.1.0.31 (18-Jul-2005)
    1. Fixed: Problem saving playing now limits
    2. Added: Support for "custom" actions for certain players (though no players have custom actions yet).

    2.1.0.30 (11-Jul-2005)
    1. Fixed: Corrected issue whereby a fresh install would not get proper values for PollInterval and Ping Timeout.
    2. Fixed: Issue in installer keeping WinAmp from working after install

    2.1.0.29 (10-Jul-2005)
    1. Added: Support for GAC+
    2. Added: On connect, MediaBridge sends build number to NetRemote
    3. Added: On connect, MediaBridge sends the album root to NetRemote as MP.ALbumsRoot
    4. Added: On connect, MediaBridge sends the genre root ot NetRemote as MP.GenresRoot
    5. Added: On connect, MediaBridge sends the artist root ot NetRemote as MP.ArtistsRoot
    6. Added: Moved AppSettings to Registry
    7. Added: Preferences form for capturing settings.
    8. Added: Ability to only send a fixed number of entries of playing now to NetRemote (similar to iTunes Party Mode)
    9. Added: Ability to specify Ping timeout

  2. #2
    Join Date
    Jul 2001
    Location
    Risør - Norway
    Posts
    5,321

    Default

    Ben, if you by "cause problems" mean that I shouldn't get the "File in use" message, I'm afraid it didn't work. I see the usual message when updating. Clicking on "No" for "Try again?" works, but it has always worked for me.

    But I love the new icon for albums without a cover! Coooooool! How about making it more high resolution? It doesn't look good in the Win32 version when the cover frame's large, and even on the PPC it's too blocky for my taste.
    Tor - managing director of the Cinema Inferno home theater and multi-zone sound system with Girder running the show in the back, NetRemote as the GUI and Media Center 17, PowerDVD and ZoomPlayer as playback software
    Hobsyssel mastiffs: http://www.hobsyssel.no

  3. #3
    Join Date
    May 2002
    Location
    CT
    Posts
    6,559

    Default

    Sorry - I should have said "A soft reset is required for this to install without problem this time - but from here on out all will be well".

    How big is it on the PPC? It's a 200x200 image (if I recall).

  4. #4
    Join Date
    Jul 2001
    Location
    Risør - Norway
    Posts
    5,321

    Default

    OK, I'm with you. I'll see that the next time, then. The image on the cover page of my PPC is around 70 % of the screen, around 2x2 inches. And even on the main page, with a 1x1 inch picture, it seems slightly blocky. Can that be related to scaling and transfer?
    Tor - managing director of the Cinema Inferno home theater and multi-zone sound system with Girder running the show in the back, NetRemote as the GUI and Media Center 17, PowerDVD and ZoomPlayer as playback software
    Hobsyssel mastiffs: http://www.hobsyssel.no

  5. #5
    Join Date
    Apr 2005
    Posts
    16

    Default Still Not fixed the "cant create IR device" bug on

    Get:

    Cant creat consumer IR device CIR1...file missing.....

    at startup


    This bug is still not fixed on my X50V

    -Shame.

    Beginning to wonder if I have bought the right package?

  6. #6
    Join Date
    Mar 2003
    Location
    Cologne, Germany
    Posts
    565

    Default Re: NetRemote 1.1.0.33 Release

    Hi Ben,

    what is that supposed to mean?

    Quote Originally Posted by Ben S
    7. Changed: NetRemote now defaults to not auto-restarting on device resume. There is a checkbox in the general properties to engage auto-restart
    I do not quite understand. NR never restarted automatically for me. If I check this option, and switch off my PPC when NR is running, it naturally keeps running afterwards. If I close it, before swichting off (that's suspend on PPC's right?) it will not restart when I switch on.
    What does this option do? I'm confused.....

    Thanks

    Wilhelm

  7. #7
    Join Date
    Dec 2001
    Posts
    11,560

    Default Re: Still Not fixed the "cant create IR device" bu

    Quote Originally Posted by Timbo
    Get:

    Cant creat consumer IR device CIR1...file missing.....

    at startup


    This bug is still not fixed on my X50V

    -Shame.

    Beginning to wonder if I have bought the right package?
    This will not be fixed in the near future. Either revert back to a02 firmware or we can refund your money.

  8. #8
    Join Date
    May 2002
    Location
    CT
    Posts
    6,559

    Default

    With the CIR on X50v, make sure and try a soft-reset of the device after install to see if it picks the file up.

    Wilhelm - With the box checked, if you suspend the device and resume the device a few minutes later, NetRemote will make sure it is the front-most app again. With it unchecked, it will not do this. This was changed because a lot of first time users are deciding that NetRemote is not for them (can you believe that? ) and uninstall without shutting NetRemote down. Every time they turn the device on they get an error messsage. So by being unchecked by default, this isn't a problem.

    Has anyone found any errors (besides the X50v that Dell has done something strange with A03) with this version? If not, it goes live tomorrow.

  9. #9
    Join Date
    May 2002
    Location
    CT
    Posts
    6,559

    Default

    Hi Folks - I just updated my X50v to A03 and it's working fine for me (with WiFi enabled). Is it possible that a bad A03 image is responsible? I downloaded A03 for X50v (read in a few places to make sure you grab the right one, because the two versions are different).

  10. #10
    Join Date
    Jul 2004
    Location
    London UK
    Posts
    1,249

    Default

    Quote Originally Posted by Ben S
    Has anyone found any errors (besides ...) with this version? If not, it goes live tomorrow.
    Hi Ben,

    Nothing new. But I may have found the cause of the Girder 3 feedback disconnection problem. PM to follow later today with the (pretty simple) fix once I have increased my confidence in it a bit more.

    [ Edit: Bah - wrong. It still fails and my "fix" is not a solution. ]

    As I appear to be the only one really complaining about this, I guess it will happiliy wait till the next release. But I mention it here in case anyone else needs this real soon.

    [ Edit: So I don't have an elegant solution after all. Sorry ]

    Brian

Posting Permissions

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