First impressions of Photonix #307
Replies: 8 comments 5 replies
-
From a quick look, an immediate workaround is to add:
|
Beta Was this translation helpful? Give feedback.
-
There's no clarity on how to associate a file system path to an additional library. The current syntax is:
|
Beta Was this translation helpful? Give feedback.
-
Similarly, the CLI (and WebUI) should have additional commands, like: The |
Beta Was this translation helpful? Give feedback.
-
How to run photonix on a Windows environment? Anyone? |
Beta Was this translation helpful? Give feedback.
-
And is there a way to go without docker?? It slows everything down soo much. |
Beta Was this translation helpful? Give feedback.
-
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
-->Yes dear. I mentioned it specifically that I am using it on Windows. Sent from Mail for Windows 10 From: nomanderaSent: 09 August 2021 12:53 PMTo: photonixapp/photonixCc: beleaguered-castle; CommentSubject: Re: [photonixapp/photonix] First impressions of Photonix (#307) That hints at other issues because as a general rule docker is near native speed. Are you running on very low end hardware or some non *nix port of docker such as windows?—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
Sorry to disturb. Please tell me how to run Photonix on Windows
Environement?
…On Mon, 9 Aug 2021 at 12:53, nomandera ***@***.***> wrote:
That hints at other issues because as a general rule docker is near native
speed. Are you running on very low end hardware or some non *nix port of
docker such as windows?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#307 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVDIGMM2UDCIUUFTWTBP6LTT36CPHANCNFSM5BIG3VOQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
-
We've been evaluating this as a corporate tool to positive results. We have several repositories spread across multiple departments, so Photonix allows us to give everyone a single interface to search and browse the libraries without changing each department's organizational methods. It also allows us to open the libraries to everyone without worrying about them altering the originals (as long as permissions are set correctly). We have so many photo assets that moving to a cloud service is not viable. |
Beta Was this translation helpful? Give feedback.
-
After the issue #263 was fixed, I could make enough progress now to share my initial impression of this product.
I have immense gratitude for what you have produced with the tools collectively. I love the fact that it is all done in Python, where I hope I'll have some time and enough insight to contribute to this project in my leisure.
One of the great things I liked about Photonix is how it has read all the metadata I've fed to my images so far. I use Digikam to annotate my images. Digikam is pretty good these days, in facial recognition and many of the other annotation features. So I use Digikam and ask it to write all the metadata to the sidecar files as well as (if possible) to the images directly in their EXIF headers. This has turned out very well with Photonix. See image below:
THis allows me to make leverage of my existing tools and reuse all the hard word done in annotating my collection so far. So thank you very much.
As I mentioned, I make Digikam also to write to sidecar files. THis on the Photonix server is seen and ignored. But it does consume resources. I was wondering if Photonix has any settings to specify a blacklist of file types, where I could just simply ask it to blacklist such files. Apologies if this is already there but I looked into the documentation and couldn't find any.
I'll add some more feedback to this thread later today or over the weekend, if that's fine to do. Again, thank you so much for the work you've done in producing Photonix.
Oh!! And I'm making use of the
dev
build environment as I intend to (hopefully) contribute back to this project.Beta Was this translation helpful? Give feedback.
All reactions