-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lightroom 5 support #95
base: v2.6.x
Are you sure you want to change the base?
Conversation
The Lightroom 5 code was intially written for github.com/iMediaSandboxing and adapted to fit the iMedia 2.6 architecture
They check self.mediaType when creating the query SQL
#import "NSString+iMedia.h" | ||
#import "NSWorkspace+iMedia.h" | ||
#import "NSURL+iMedia.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hardly the end of the world, but doesn't this file #import NSURL+iMedia.h
twice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does ;-)
On Jul 8, 2013, at 4:25 PM, Mike Abdullah [email protected] wrote:
In IMBLightroomParser.m:
#import "NSString+iMedia.h"
#import "NSWorkspace+iMedia.h"
+#import "NSURL+iMedia.h"
Hardly the end of the world, but doesn't this file #import NSURL+iMedia.h twice?—
Reply to this email directly or view it on GitHub.
hi, did few improv on the fs watcher for my job, you can take a look; Best Regards, On Sun, Jul 7, 2013 at 11:37 PM, Pierre Bernard [email protected]:
|
@thebenjiman can you give us a link of some sort to your changes, please? |
I sent the svn patch in my first mail; Best Regards, On Mon, Jul 15, 2013 at 12:46 PM, Mike Abdullah [email protected]:
|
Did you send it as an attachment with the email? If so, GitHub appears to ignore such things. If not, can you figure something else out, please? Ideally, opening a fresh issue for this would help, too. |
Use this archive: Best Regards, On Mon, Jul 15, 2013 at 4:39 PM, TheBenjiman [email protected] wrote:
|
Well I just downloaded the archive. It contains Which revision/commit of iMedia are you making your changes from? If you're using SVN, I'm worried you might be on some extremely old version of the codebase. |
On Wed, Jul 17, 2013 at 11:40 AM, Mike Abdullah [email protected]:
Sorry about that, i fixed the archive Best Regards, |
Wow, that's a pretty big batch of changes then. Which commit of iMedia are you working from? It certainly doesn't appear to be the latest. Also, what concrete "improvements" does this actually make? |
We are working with the 2.6.x branch; Best Regards, On Tue, Jul 30, 2013 at 1:50 PM, Mike Abdullah [email protected]:
|
Karelia-iMedia-2.5.x sorry Best Regards, On Tue, Jul 30, 2013 at 2:58 PM, TheBenjiman [email protected] wrote:
|
Right, I've slapped up a branch at https://github.com/karelia/iMedia/tree/benjamin-improve-rename-watching to get things started |
Super. If you ever need more information, let me know. Best Regards, On Tue, Jul 30, 2013 at 7:22 PM, Mike Abdullah [email protected]:
|
No description provided.