Git Product home page Git Product logo

qualbum's Introduction

Qualbum

This pet project aims to help myself organizing the photos/videos I keep taking.

Right now it does nothing (yay!), but it aims to:

  • Find duplicates of images
  • Find duplicates of videos
  • Help trimming down/deleting photos
  • Help creating subalbums/summaries

As long as the project keeps growing, I'll update the readme accordingly.

Note

The code quality could probably be much better. There are two main reasons because of that:

The first one, is that I actually started this project because I wanted to learn C# and GUI programming, something that I haven't done in my life (except for some VBA, but that was awful). So, I know how to do proper OOP in PHP (Yes, PHP, I know what you are thinking...), so I will probably take a while until I figure how code is suposedly to be organized in C#. That means, learning the good practices and so.

The second reason, is that I'm trying to develop this project in a different way than usual, and that is results-driven. So, I'm aiming to what would be called Minimum Viable Product (MVP), or getting something that actually works first, make it beatiful, testable and organized later. We'll see if I succeed on that.

Thanks for reading!

qualbum's People

Contributors

auburus avatar

Watchers

James Cloos avatar  avatar  avatar

qualbum's Issues

Memory leak

Well, I thought that by using C# I wouldn't have to think about memory, but it doesn't seems to be the case. So what happens is that every time I load a new image (a new Pixbuf I'm guessing) the memory goes up by roughly 40Mb.

I need to understand how to free the memory used by the last image

Possible bug with folders with spaces

When selectin a root folder that contains spaces in the name, it results as 0 images in that folder, but if you select the folder that contains that one, all the images now appear.

So, with this filesystem:

Folder1
    Folder 2
         Pic1.jpg
         Pic2.jpg

If you select Folder1 as the root folder, you'll see Pic1 and PIc2, but you won't see any pictures if you select "Folder 2"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.