topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 5:10 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: Mouser's Media Browser v2 - Dec 30, 2019  (Read 38833 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #50 on: December 17, 2019, 05:09 AM »
The virtual date tree system I am going to write would make it pretty easy for me to filter things into different virtual folders..
Theoretically I could add a feature that created virtual folders for images based on the keyword "tags" in the (png/jpg) image files, plus add a feature that let you add keyword tags to images.

However, it would *incredibly* slow down the program to scan the files for tags (loading each image), and the only way to make that acceptable would be to cache information for unchanged files between runs, would would involve using a kind of persistent cache/database system.. And i'm not so keen on going down that road.  If there weren't so many good heavy duty image management tools out there it would be worth doing..

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #51 on: December 17, 2019, 11:54 AM »
^would it be any easier if it just stuck for one session -- or even for one viewing of the folder.
Here's a scenario:
scroll through a few hundred images, finding a couple here and there you want to e.g move or edit or both. Tag them as you view them. Before moving on to another folder, you copy/move/whatever tagged images.
You move to another folder, those images now no longer tagged.
Tom

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #52 on: December 17, 2019, 05:06 PM »
Let me think on it..

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #53 on: December 18, 2019, 11:54 AM »
So I've finally got my virtual date tree working -- this it the main feature I had planned for this program when I first started coding it.  Still needs a bit of tweaking but here's a screenshot to show the basic idea:
Screenshot - 12_18_2019 , 11_51_43 AM.png

The left hand tree is *NOT* a directory structure.. It has scanned the root directory specified and then created a virtual folder tree organized by year/month (i could do by day too for heavy photographers).
Clicking on a year will let you browse all images from that year, or click on a month to narrow down by that).
The numbers on the right are the number of files in each "virtual" collection.

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #54 on: December 18, 2019, 03:14 PM »
^ That looks very impressive mouser :up:
Tom

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #55 on: December 19, 2019, 12:01 AM »
New version uploaded.. let me know what you think!

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #56 on: December 19, 2019, 07:40 AM »
Btw, if people didn't know, Screenshot Captor comes with a "tool" menu item for Mouser's Media Browser, so if you install this program you can trigger it from Screenshot Captor to browse your screenshots more easily.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #57 on: December 19, 2019, 08:15 AM »
Updated with options for showing a virtual date node for each day of the month.. Might be useful for people with big image collections who want finer grain browsing.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #58 on: December 19, 2019, 09:00 AM »
A few words about the way that MMB works with large folders.

MMB lets you set a root folder path, and shows the subfolders under it.  You can choose whether clicking on a folder shows the recursive contents of that folder, which can be very useful.

For paths with only a couple hundred images, everything will happen fast enough to not worry about details.

Things become slightly more complicated when you are dealing with folders containing thousands of images.

In this case, clicking on a folder node (or the root folder note), can take several seconds (minutes even) to scan the recursive contents of that folder and all of it's subfolders.

After scanning is complete, exploring and clicking on any of the virtual date folders will NOT trigger a need to rescan the directories, and so should be very fast to drill down into the virtual date folder.

HOWEVER, clicking on a sub-directory currently DOES trigger a re-scan of that subdirectory.  Because of this, drilling down into a subdirectory and then BACK UP to the top node, or refiltering based on keywords, could present some annoying delays.
The benefit of this is that the program is happy for you to jump around without having to first rescan the entire path (aborting the initial scan, etc.)

What I will probably try to add soon, is a feature that will be a little smarter about rescanning -- so that if you have a giant folder you are working with, AND you let it do an initial completed scan of that folder, it will thereafter (on the same run) not have to rescan as you pop in and out of subdirectories.

That may be a little confusing.. To summarize: Each time you click on a subfolder in the DIRECTORY tree, or change the keyword filter, the program rescans that directory; each time you click on a node in the virtual date tree hierarchy, it does not rescan files, it simply filters them to show only those from the matching date.

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #59 on: December 19, 2019, 07:12 PM »
At the moment I'm focused on -- and loving, the virtual date hierarchy.
This does sound great though:
What I will probably try to add soon, is a feature that will be a little smarter about rescanning -- so that if you have a giant folder you are working with, AND you let it do an initial completed scan of that folder, it will thereafter (on the same run) not have to rescan as you pop in and out of subdirectories.

As said I'm loving virtual date hierarchy -- finding amazing screenhots of images (older photos mostly) that I made years ago.
Also, for what this is doing, it's really fast :Thmbsup:

I currently have the virtual hierarchy in a narrow column on the left; I increase the size of the thumbnail pane to most of the screen, leaving a small token column on the right for the actual preview/viewer pane.

Reproducible bug:
Using that slider I reduce the size of the thumbnails to below 30. The thumbnails go from showing maybe 25 thumbnails to showing just one image in the pane.


FWIW using keyboard to navigate gets confusing:
when focus is in thumbnail pane, focused file is highlighted blue -- this remains the same when focus is moved elsewhere (via tab key) which makes it difficult to know where one is when nothing else is highlighted. I can see when focus is in the hierarchy -- virtual or real, also when in one of the filter fields and the root but then I lose it and find I have to use the mouse to get back to the thumbnail field.
In fact I dont think I can tab to the thumbnail pane at all(?)
Tom

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #60 on: December 19, 2019, 10:25 PM »
I increase the size of the thumbnail pane to most of the screen, leaving a small token column on the right for the actual preview/viewer pane.
You could try grid mode, which has no image view panel, and just double click to view image using an external viewer.

Using that slider I reduce the size of the thumbnails to below 30. The thumbnails go from showing maybe 25 thumbnails to showing just one image in the pane.
Will check into this.

FWIW using keyboard to navigate gets confusing:

Will look into this.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #61 on: December 21, 2019, 06:51 AM »
Updated with some improvements to thumbnail sizing.

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #62 on: December 22, 2019, 06:19 AM »
Updated with some improvements to thumbnail sizing.
looking good -- that resizing thumbnail bug is fixed :up:
Tom

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #63 on: December 22, 2019, 06:26 AM »
I preume it's intentional that the thubnails are a lot smaller in the grid view as in the thmbnail panel. (Seems logical to me.)

One thing I'm not a fan of is the pop-up message in the tray on start. This can be a helpful reminder when the software is starting minimised (e.g. with windows) but otherwise seems gratuitious to me. It steals the focus and forces the taskbar to display.

EDIT//
OTOH maybe the logic is if the browser is called from one of your other apps?
Tom

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #64 on: December 22, 2019, 06:29 AM »
I preume it's intentional that the thubnails are a lot smaller in the grid view as in the thmbnail panel. (Seems logical to me.)

Yes, but...

The trackbar scales the values in the options, so you can adjust the baseline starting size of thumbnails in the different modes in the options:
Screenshot - 12_22_2019 , 6_27_11 AM.png

The settings are unintuitive, I acknowledge, but there is some logic to it.

Essentially the trackbar lets you tweak the resizing of thumbnails, but the Automatic resizing mode will also mess with the size of the thumbnails in order to use the space efficiently..

For example. the idea of minimum and maximum sizes in the options is what helps MMB decide how many rows and columns to show in grid mode.. It will try to find a number of rows and columns so that the thumbnails are between min and max widths.  Again the thumbnail sizing trackbar on the main window scales these min and max values..

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #65 on: December 22, 2019, 06:35 AM »
One thing I'm not a fan of is the pop-up message in the tray on start.

I don't think there should be any pop-up message in the tray.. what does it say?

cranioscopical

  • Friend of the Site
  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 4,776
    • View Profile
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #66 on: December 22, 2019, 06:47 AM »
what does it say?
"Oh boy, I thought this was an Apple!"

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #67 on: December 22, 2019, 08:56 AM »
I think the only time you might see a tray message is if the program is already running in the system tray when you launch it again -- and it reminds you that it was already running.

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #68 on: December 22, 2019, 09:47 AM »
I'll make a separate post per topic:

so that's where the options are :-[
I saw File > Edit and moved on to the next item :-[

You gotta admit though that normally an 'Edit' is not added before Options/Preferences/whatever :p

I'll look through them when I get a  chance. Note the text is very small:
FHD screen (1920 x 1080)
Text etc. is @ 125% (default)

Here SC options on the left -- not a big difference but SC is near my limit (but good), the other is a strain

Screenshot - 2019-12-22 , 16_37_56.jpgMouser's Media Browser v2 - Dec 30, 2019

EDIT// for some reason that screenshot shows (here) a lot bigger that the actual size of those dialogues. But at least the comparision is helpful
Tom
« Last Edit: December 22, 2019, 09:54 AM by tomos »

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #69 on: December 22, 2019, 09:51 AM »
I think the only time you might see a tray message is if the program is already running in the system tray when you launch it again -- and it reminds you that it was already running.
I think it shows that greeting message once in a session (after reboot or login) -- it hasnt shown it since.
A couple pics explain:

Screenshot - 2019-12-22 , 13_16_51.jpgMouser's Media Browser v2 - Dec 30, 2019

Screenshot - 2019-12-22 , 16_35_17.jpgMouser's Media Browser v2 - Dec 30, 2019

I'm pretty sure CHS also shows that message on login, not sure about SC etc.
Tom

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #70 on: December 22, 2019, 09:54 AM »
Yeah CHS by default announced itself; you can disable that in options.
The others shouldn't.  But I can see in the MMB code that it does display that "Greetings" message if started in the tray; I'll disable that.

smaragdus

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 54
    • View Profile
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #71 on: December 24, 2019, 04:36 PM »
@mouser

First- I am glad that Mouser's Media Browser is still in development. I tested version 1.15.01 and I think I foumd a bug when switching between view modes, example:

  • Switch either from View mode: Thumbstrip left or from View mode: Thumbstrip top to View mode: Grid;
  • Try to switch back from View mode: Grid to View mode: Thumbstrip left or to View mode: Thumbstrip top and see what you get;
If needed I can apply screen shots.

I will repeat some of the suggestions I made earlier (here):

  • Option to save folders as favourites;
  • Support for animated GIF and PNG (APNG) images;

I work regularly with animated images (mostly APNG) and support for animated GIF and APNG files is essential to me, examples:

Animated PNG:



Animated GIF:



Happy holidays!
« Last Edit: December 24, 2019, 06:54 PM by smaragdus »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #72 on: December 24, 2019, 06:00 PM »
Option to save folders as favourites;

It will auto add folders to the GoTo menu as you use them..

Try to switch back from View mode: Grid to View mode: Thumbstrip left or to View mode: Thumbstrip top and see what you get;

I see it does not remember the size of the thumbnail strip, is that what you are talking about?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #73 on: December 24, 2019, 06:51 PM »
Happy holidays to you too!

smaragdus

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 54
    • View Profile
    • Donate to Member
Re: Mouser's Media Browser v1.11.01 - Dec 14, 2019 beta
« Reply #74 on: December 24, 2019, 06:57 PM »
@mouser

I see it does not remember the size of the thumbnail strip, is that what you are talking about?

Yes, the thumbnails become very big. The only workaround I could find to restore the thumbnails size was to delete settings file ('MousersMediaBrowser.ini').

Also, while using 'View mode: Thumbstrip left' and 'View mode: Thumbstrip top' the thumbnails orientation is according to Exif, while switching to 'View mode: Grid' the thumbnails orientation is not according to Exif. Can you confirm that?

It will auto add folders to the GoTo menu as you use them..

I am not sure I understand how to use 'GoTo' - I have browsed many folders containing image files and 'GoTo' menu is always inaccessible (Windows 8 here).