Welcome to Origami Project Sign in | Join
| Help
in Search
 

Would anyone be interested in an Origami Experience clone for XP?

Last post 10-08-2008, 7:44 PM by NeoTechni. 212 replies.
Page 7 of 15 (213 items)   « First ... < Previous 5 6 7 8 9 Next > ... Last »
Sort Posts: Previous Next
  •  08-06-2007, 12:43 PM 25157 in reply to 25129

    Re: Would anyone be interested in an Origami Experience clone for XP?

    Thank you.

    It'll work on anything, right up to a desktop.

  •  08-06-2007, 2:17 PM 25165 in reply to 25129

    Re: Would anyone be interested in an Origami Experience clone for XP?

    mw65719:

    Hi NeoTechni,

    I have ben following your efforts for a while - must say you are investing a lot of time, respect!

    Just out of curiosity: Would your clone work on a "standard" tablet PC running XP tablet edition or does it require the device to be a UMPC?



    There isn't actually any software classification to make a device be considered a UMPC.
  •  08-06-2007, 5:19 PM 25179 in reply to 25165

    Re: Would anyone be interested in an Origami Experience clone for XP?

    Actually there is. The origami experience from Microsoft itself will not install on a non UMPC for reasons all their own. No doubt this program will run but I did notice that with the resolution of my R2H set to 1024x600 the program was windowd but I'll let the auther handle that one.
  •  08-06-2007, 5:22 PM 25180 in reply to 25179

    Re: Would anyone be interested in an Origami Experience clone for XP?

    HerDinky:
    Actually there is. The origami experience from Microsoft itself will not install on a non UMPC for reasons all their own. No doubt this program will run but I did notice that with the resolution of my R2H set to 1024x600 the program was windowd but I'll let the auther handle that one.

    MS doesn't check if it's a UMPC. They check if it's a specific make/model that they approve, which excludes some UMPCs.

    What do you mean by windowed? It's supposed to fill your screen but not cover the taskbar (unless you click restore, then it takes the fullscreen). Is it showing like that?

  •  08-09-2007, 4:11 AM 25353 in reply to 25157

    Re: Would anyone be interested in an Origami Experience clone for XP?

    http://rapidshare.com/files/47872475/XPerience.zip.html

    Progress report:

    -Fixed a bug where if you were using mozaic transition when the program started, and switched to another one later on, it wouldn't have set up the proper thumbnail surface.

    -Added video genres and photo tags

    To add genres/tags you must go to settings, the genre/tag section. There you can add/remove them

    To add said genre/tag to a file, you must select a file (not music, genres are handled automatically via the ID3 tag for music files), then click the (!) button, and pick the genre/tag. You will go back to the file list automatically.

  •  08-09-2007, 8:46 PM 25368 in reply to 25157

    Re: Would anyone be interested in an Origami Experience clone for XP?

    Progress report:

    I have successfully converted MS's convoluted XML file into an easily human readable ini

    I have also reduced its size from 10.3 megs to 2.03

    I feel these hours spent decoding that... thing... have convinced me inventing HINI all those years ago to replace XML was the right thing to do.

    Now I have to look through the INI file for what data to import into the HINI media library.

    Though, sadly, this will still take a while (for your computers to do). But I've optimized the hell out of the code, so that it's built specifically for this XML file format (You guys are screwed if other versions of WMP use different XML formats. I won't spend a day dismantling each one. This was infuriating) It takes my computer a couple minutes to do.

    But this will be a process you won't do very often, as I am trying to replace WMP on UMPCs afterall.

  •  08-09-2007, 9:41 PM 25369 in reply to 25368

    Re: Would anyone be interested in an Origami Experience clone for XP?

    I installed WMP11 and to my surprise, the XML format/schema is the same!
  •  08-10-2007, 2:36 AM 25373 in reply to 24079

    Re: Would anyone be interested in an Origami Experience clone for XP?

    Bad news: I assumed this XML file was kept for programmers just like me. But no. I found out this XML file is created when you migrate from one version of WMP to the next. I discovered this by noticing the modified date remaining the same despite having edited the library in WMP.

    This is a horribly inelegant solution, but if you want to be able to import WMP's database, you're going to need to obtain and run wmdbexport.exe. It does appear to be located in C:\Program Files\Windows Media Player, so I could actually make my program run it before accessing the XML file.

    Oki, nvm. It's not such bad news as originally though. Just annoying.

    Edit: I've added code to run the wmdbexport.exe program just before importing the XML file. It's completely behind the scenes, though the program will freeze for bit. Though it will freeze loading that huge*** XML file too so it doesn't matter.

  •  08-10-2007, 12:01 PM 25388 in reply to 25373

    Re: Would anyone be interested in an Origami Experience clone for XP?

    I would like to download eXPerience to try it on a Sony ux-280p that I have but the links seems to be dead? Or am I doing something wrong at the site that it is hosted at?

    Thanks,

    --termnatr

  •  08-10-2007, 2:50 PM 25398 in reply to 25388

    Re: Would anyone be interested in an Origami Experience clone for XP?

    What I meant with windowed is just that. It is a window at the size of 800x480 pixels. This happens when I force the resolution of my R2H to the size of 1024x600.

    I also found some bugs.

    - When I add a folder to the library but click add before specifically sellecting one I get an empty folder that cannot be removed.
    - If I try and scroll through my library the program crashes.
  •  08-10-2007, 3:53 PM 25402 in reply to 25398

    Re: Would anyone be interested in an Origami Experience clone for XP?

    termnatr:

    I would like to download eXPerience to try it on a Sony ux-280p that I have but the links seems to be dead? Or am I doing something wrong at the site that it is hosted at?

    Thanks,

    --termnatr

    http://rapidshare.com/files/47872475/XPerience.zip.html

    This link works

     

    HerDinky:
    What I meant with windowed is just that. It is a window at the size of 800x480 pixels. This happens when I force the resolution of my R2H to the size of 1024x600.

    I also found some bugs.

    - When I add a folder to the library but click add before specifically sellecting one I get an empty folder that cannot be removed.
    - If I try and scroll through my library the program crashes.

    The windowed issue you speak of was fixed a while ago.

    About scrolling through your library, is that with that empty folder that can't be removed?

    I will fix that empty folder thing, which is odd..

  •  08-10-2007, 4:56 PM 25405 in reply to 25402

    Re: Would anyone be interested in an Origami Experience clone for XP?

    I have a recent issue (maybe a week old) but I will try with the latest  version again.

    The scroll related crash happens when I scroll through the a normal map that has only a few items in it (so it is not neccesary to scroll).
  •  08-10-2007, 6:03 PM 25406 in reply to 25405

    Re: Would anyone be interested in an Origami Experience clone for XP?

    NeoTechni,

    Thanks for the link. Can't wait to get home to give it a try.

    --termantr

  •  08-10-2007, 8:52 PM 25408 in reply to 25405

    Re: Would anyone be interested in an Origami Experience clone for XP?

    HerDinky:
    I have a recent issue (maybe a week old) but I will try with the latest  version again.

    The scroll related crash happens when I scroll through the a normal map that has only a few items in it (so it is not neccesary to scroll).


    "scroll through the a normal map" ???

    I'll fix it when I get home
  •  08-13-2007, 3:15 AM 25495 in reply to 25157

    Re: Would anyone be interested in an Origami Experience clone for XP?

    Progress report:

    I'm doing the final tests on importing album art from the WMP database now. Album art will also show in the little thumbnail in the bottom left corner.

    I also fixed a bug where if an image's thumbnail wouldn't generate correctly, images after it in the list wouldn't generate either.

    Fixed the bug the previous poster mentioned.

Page 7 of 15 (213 items)   « First ... < Previous 5 6 7 8 9 Next > ... Last »
View as RSS news feed in XML

© Copyright 2006 Microsoft Corporation. All rights reserved.