Options

Peek preview

3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
I know lots of people have many applications that interface with smugmug.

I'm also working on one. It's written in C# and is a Windows desktop application. I've been working on it as I've had time and will be a long time coming but here is a (rough) look at the album screen I'm working on.

46074452-L.jpg


It's got a ways to go.. but coming along.

Go Smugmug!
kc7dji

Comments

  • Options
    rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited November 27, 2005
    I see really interesting feature there! Does this mean I'll be able to export a csv or txt file with filename and imageID? mwink.gif
    Also the modifying of album options looks great as I don't know a tool to do it without visiting the site!
    Where do I sign up for a beta test?? thumb.gif

    Thanks for the hard work,
    Sebastian
    Sebastian
    SmugMug Support Hero
  • Options
    3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
    edited November 27, 2005
    RainForest.... I can add any kind of feature you wish so the CSV isn't a problem. On thing I'm fighting though is the application seems slow compared to any regular desktop application because it's making round trips to the smugmug site.

    I should be ready for beta in a couple of weeks. Once I get closer to a "version" product I'll put up a webpage for this application and will then ask for testers. When I do I'll repost here.

    Thanks for the interest.

    Scott
    kc7dji



    I see really interesting feature there! Does this mean I'll be able to export a csv or txt file with filename and imageID? mwink.gif
    Also the modifying of album options looks great as I don't know a tool to do it without visiting the site!
    Where do I sign up for a beta test?? thumb.gif

    Thanks for the hard work,
    Sebastian
  • Options
    rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited November 27, 2005
    kc7dji wrote:
    RainForest.... I can add any kind of feature you wish so the CSV isn't a problem. On thing I'm fighting though is the application seems slow compared to any regular desktop application because it's making round trips to the smugmug site.
    Sounds great - I'll come back to the invitation when you're in beta testing.
    Yeah, speed heavily depends on how your connection to SM in such applications. Maybe you find parts where you can exchange more things at once (caching) instead of polling for every little detail separately. You could also try to keep things multithreaded so the user can do other things while the program gets some data. This could help keeping the user busy so he doesn't notice the waiting time. mwink.gif

    Looking forward to it,
    Sebastian

    PS: If you need any help or just a second opinion on something in your pre-beta alpha phase, just drop me a note! mwink.gif
    Sebastian
    SmugMug Support Hero
  • Options
    3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
    edited November 27, 2005
    One thing that it's currently doing is loading up a list of the Albums, Categories, and Sub-Categories when the application starts. This should stay in sync unless the user goes to SM while the application is running and creates other stuff. I'll also include an "application refresh" feature that will do just that.

    I think I'm going to attemp the multi thread on the Upload portion. This way the user can Upload while doing other things. The only problem is "other things" will slow down due to the connection being used by the upload process.

    If you have msn messenger my ID is kc7dji@hotmail.com

    kc7dji

    Sounds great - I'll come back to the invitation when you're in beta testing.
    Yeah, speed heavily depends on how your connection to SM in such applications. Maybe you find parts where you can exchange more things at once (caching) instead of polling for every little detail separately. You could also try to keep things multithreaded so the user can do other things while the program gets some data. This could help keeping the user busy so he doesn't notice the waiting time. mwink.gif

    Looking forward to it,
    Sebastian

    PS: If you need any help or just a second opinion on something in your pre-beta alpha phase, just drop me a note! mwink.gif
  • Options
    rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited November 27, 2005
    kc7dji wrote:
    I think I'm going to attemp the multi thread on the Upload portion. This way the user can Upload while doing other things. The only problem is "other things" will slow down due to the connection being used by the upload process.
    So the program also allows you to upload pictures? Haven't had figured this yet. Maybe you should put a short feature list in your first post to attract people's attention. When first viewing your thread I was confused what your planing to do. Took me a little to analyse the screenshot.

    Concerning the upload. If you're planing to integrate an upload I would like it to have some sort of bandwith control. Even with the biggest connection the upload is always the bottleneck. I always have lots of stuff running parallel and I'm not the only one using the connection, so I would like to have some control over my upstream.
    This should also improve the responsiveness when using multiple threads.
    I already request a bandwith control in Nik's ( wave.gif ) S*E (Star Explorer) and I couldn't live without it!

    Sebastian
    Sebastian
    SmugMug Support Hero
  • Options
    3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
    edited November 27, 2005
    Hmmm bandwith control. That will require some research eek7.gif . I've never tried that before but I'm sure we can accomplish it somehow.


    So the program also allows you to upload pictures? Haven't had figured this yet. Maybe you should put a short feature list in your first post to attract people's attention. When first viewing your thread I was confused what your planing to do. Took me a little to analyse the screenshot.

    Concerning the upload. If you're planing to integrate an upload I would like it to have some sort of bandwith control. Even with the biggest connection the upload is always the bottleneck. I always have lots of stuff running parallel and I'm not the only one using the connection, so I would like to have some control over my upstream.
    This should also improve the responsiveness when using multiple threads.
    I already request a bandwith control in Nik's ( wave.gif ) S*E (Star Explorer) and I couldn't live without it!

    Sebastian
  • Options
    rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited November 27, 2005
    kc7dji wrote:
    Hmmm bandwith control. That will require some research eek7.gif . I've never tried that before but I'm sure we can accomplish it somehow.
    If you don't know where to start maybe Nikolai can give you some tips.

    Forgot to write this before: Have a look to your left at the 3 icons under my post-count. MSN is the one I don't have. Tried it once, but somehow I couldn't get it to work. ne_nau.gif And 3 IMs are already enough - good that I've got them all in one program that's very resource effective and not so bloated like their original software. It's the opensource, too - Miranda IM

    Sebastian

    PS: I'm running Win2000 here and hopefully will be for a long time being - as more and more software pops up requiring XP I just wanted to mention that.
    Sebastian
    SmugMug Support Hero
  • Options
    flyingpylonflyingpylon Registered Users Posts: 260 Major grins
    edited November 27, 2005
    I would definitely like to see a CSV export of album and image data. I created Smugmug Exporter simply because nobody else had developed a desktop app to do the same thing. I'm a scripter, not a programmer, but I needed the functionality so I did it the way I knew how.

    I would also be interested in knowing more about your plans for this app. Will it be filling a currently unmet need or is it more of a programming exercise?
  • Options
    gusgus Registered Users Posts: 16,209 Major grins
    edited November 27, 2005
    Good on you KC..very nice thumb.gif

    How about a big red "pause" button thrown in ? In the event of a big load & you need some fast net access after you start it.

    Gus
  • Options
    3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
    edited November 27, 2005
    I can easily create the CSV Export. I do have that in the plans.

    This is more of a programming exercise project for me. I've been programming for about 13 years but am new to the C# and .Net environment so I was looking for a nice project to learn with. What better to program to then something I like the most.

    Thanks for all the suggestions. I hope to get a beta out to everyone soon.

    kc7dji
    I would definitely like to see a CSV export of album and image data. I created Smugmug Exporter simply because nobody else had developed a desktop app to do the same thing. I'm a scripter, not a programmer, but I needed the functionality so I did it the way I knew how.

    I would also be interested in knowing more about your plans for this app. Will it be filling a currently unmet need or is it more of a programming exercise?
  • Options
    3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
    edited November 27, 2005
    Humungus... a pause button? Laughing.gif yes yes I will surely look into that one. I upload photo for my exwife to "shutterfly" and they have a great handy pause button. I'll surely lookin into it because I use that thing... even today I've used it.

    Thansk for the suggestion.
    kc7djithumb.gif

    Humungus wrote:
    Good on you KC..very nice thumb.gif

    How about a big red "pause" button thrown in ? In the event of a big load & you need some fast net access after you start it.

    Gus
  • Options
    NikolaiNikolai Registered Users Posts: 19,035 Major grins
    edited November 28, 2005
    SM Image Data locally (CSV export, and such)
    Not to steall KC's thunder, but with the latest S*E (starting v.131) you can now get pretty extensive image info stored in your local access database. Exporting it from there (or just using it there:-) is a no brainer for anybody who ever dealt with access-like databases or excel-like spreadsheets.
    I guess Sebastian already has some first-hand experience with this featuremwink.gif
    HTH
    "May the f/stop be with you!"
  • Options
    3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
    edited November 28, 2005
    Nikolai... thanks for bursting my bubble... naww just kidding. We are all in this together to create the best Photogs site on the globe. I enjoy the fun and will happily trade the secrets. You are ahead of me my friend. I'm working on V.001 Laughing.gif.

    kc7dji

    Nikolai wrote:
    Not to steall KC's thunder, but with the latest S*E (starting v.131) you can now get pretty extensive image info stored in your local access database. Exporting it from there (or just using it there:-) is a no brainer for anybody who ever dealt with access-like databases or excel-like spreadsheets.
    I guess Sebastian already has some first-hand experience with this featuremwink.gif
    HTH
  • Options
    rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited December 19, 2005
    How is it going? The thing I like best about your program is that it seems to have a build in UI for editing the gallery settings without browsing through my page. Haven't seen this in another tool yet. thumb.gif

    Looking forward to see the first version!
    Sebastian
    Sebastian
    SmugMug Support Hero
  • Options
    3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
    edited December 20, 2005
    We are getting there. Slowly but we are getting there. I've been out for surgery so slow to get back on my feet.

    Hopefully soon!

    How is it going? The thing I like best about your program is that it seems to have a build in UI for editing the gallery settings without browsing through my page. Haven't seen this in another tool yet. thumb.gif

    Looking forward to see the first version!
    Sebastian
  • Options
    rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited December 20, 2005
    kc7dji wrote:
    We are getting there. Slowly but we are getting there. I've been out for surgery so slow to get back on my feet.
    Ooh, I didn't knew that. Hope that you're alright! Take your time with the coding and be sure to rest enough.

    All the best,
    Sebastian
    Sebastian
    SmugMug Support Hero
Sign In or Register to comment.