• 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 27
Pictures database and library mode; scan EXIF and IPTC metadata tags into a SQL db
Ok, I have added the 1.0.8 in the passion repo too so I don't know where is the problem of Lol
For Lol and Xycl, the problem is specific to OpenELEC.

I'm running OpenELEC 2.0 (11.0 RC2) and MyPicsDB is broken.

I think is due to pysql : http://openelec.tv/forum/38-python-addon...sues#14067

I will have a closer look this evening (French time).
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Thanks for picking up this addon. A few questions:

1. will this work with Dharma?

2. does this contain all the changes that were also in the original SVN repo (I think there might have been a couple of unreleased changes, but I'm not sure):

http://code.google.com/p/xbmc-scripts/

http://code.google.com/p/xbmc-scripts/so...esDatabase

3. would it be possible for you to ask for commit access to this original SVN repo, so we can keep the history, or alternatively if the original developer (alexsolex) isn't interested, consider migrating the repo to github, then we could create patches against github for bug fixes/new features.
I made the Dutch strings.xml more up to date with SVN R180 (solexalex's version). Maybe this could be updated?
fiveisalive Wrote:Thanks for picking up this addon. A few questions:

1. will this work with Dharma?

2. does this contain all the changes that were also in the original SVN repo (I think there might have been a couple of unreleased changes, but I'm not sure):

http://code.google.com/p/xbmc-scripts/

http://code.google.com/p/xbmc-scripts/so...esDatabase

3. would it be possible for you to ask for commit access to this original SVN repo, so we can keep the history, or alternatively if the original developer (alexsolex) isn't interested, consider migrating the repo to github, then we could create patches against github for bug fixes/new features.

  1. I don't know.
  2. It's based on version 0.5.1(I think it's part of Dharma sources) whatever svn version this may be. The addon.xml in the xbmc-scripts google subversion repository trunk has version 0.1.1!
  3. I made the plugin Eden compatible because I liked it and wanted to use it with Eden. And because I thought that there are some guys who want to use it, too, I published it in my "abandoned" repository.
You said "We could created patches". That's of course okay. It's the intention of open source software. But I've to tell you that I don't have a lot of spare time.
Maybe we can ask fmronan to include it to passion-xbmc google svn because alexsolex is also one of the owner of passion-xbmc and fmronan is already a committer?Wink
No log no help.
Main page: https://github.com/Xycl
Repository: Xycl Repository Leia
Repository: Xycl Repository Matrix
Is in the repo passion , just with not the same require in addon.xml, because there is problem with pysqlite, but everything work fine.
Thanks for this script and sorry for my english
Xycl Wrote:
  1. I don't know.
  2. It's based on version 0.5.1(I think it's part of Dharma sources) whatever svn version this may be. The addon.xml in the xbmc-scripts google subversion repository trunk has version 0.1.1!

Oops, wrong link, the last version that alexsolex commited to was actually a branch (not trunk):

http://code.google.com/p/xbmc-scripts/so...e.mypicsdb

That version is 0.5.

The last commit by alexsolex was r180 in January 2011, see the top of:

http://code.google.com/p/xbmc-scripts/source/list

I just wanted to know whether your version contains all the changes in the SVN repo up until that point, which includes being able to browse via geography. It would be a shame if it didn't include the features already finished because they were unreleased at the time.

Quote:[*] I made the plugin Eden compatible because I liked it and wanted to use it with Eden. And because I thought that there are some guys who want to use it, too, I published it in my "abandoned" repository.
[/LIST]
You said "We could created patches". That's of course okay. It's the intention of open source software. But I've to tell you that I don't have a lot of spare time.
Maybe we can ask fmronan to include it to passion-xbmc google svn because alexsolex is also one of the owner of passion-xbmc and fmronan is already a committer?Wink

Sounds like a good idea.
fiveisalive Wrote:I just wanted to know whether your version contains all the changes in the SVN repo up until that point, which includes being able to browse via geography. It would be a shame if it didn't include the features already finished because they were unreleased at the time.

The plugin contains geomaps.py and within default.py the menu creation for geo tagged files.
But without any geo tagged picture I cannot guarrantee that it works.
No log no help.
Main page: https://github.com/Xycl
Repository: Xycl Repository Leia
Repository: Xycl Repository Matrix
Xycl Wrote:The plugin contains geomaps.py and within default.py the menu creation for geo tagged files.
But without any geo tagged picture I cannot guarrantee that it works.

OK, I downloaded your latest version (0.5.6) and there are lot of features that were implemented in SVN, but not in the last Dharma release from Passion. e.g. Geo tagging, handling videos, more browse options.

Could you perhaps look into rebasing from the SVN r180 version and adding your changes on top of that? I can help if need be.
I tried to run the 0.5.6 version from the Passion repo. Unfortunaltely this one also fails on my macmini OSX :-(

Somewhere the program stops at scanpath.py

12:42:09 T:2960809984 INFO: -->Python script returned the following error<--
12:42:09 T:2960809984 ERROR: Error Type: <type 'exceptions.ImportError'>
12:42:09 T:2960809984 ERROR: Error Contents: No module named DialogAddonScan
12:42:09 T:2960809984 ERROR: Traceback (most recent call last):
File "/Users/Michel/Library/Application Support/XBMC/addons/plugin.image.mypicsdb/scanpath.py", line 61, in <module>
from DialogAddonScan import AddonScan
ImportError: No module named DialogAddonScan

Hopefully somebody can fix this issue
If you do an installation with the zip file, you lack addonscan.
install addonscan too
addon scan
(2012-03-11, 06:14)fiveisalive Wrote: OK, I downloaded your latest version (0.5.6) and there are lot of features that were implemented in SVN, but not in the last Dharma release from Passion. e.g. Geo tagging, handling videos, more browse options.

Could you perhaps look into rebasing from the SVN r180 version and adding your changes on top of that? I can help if need be.

No, I won't do it because as already told I don't get enough time and fixing the unicode errors was a time-consuming task. Each corrected error produced several successive errors
I don't know why alexsolex decided to branch plugin's code without taking care of addons.xml version number and the changelog. Perhaps it was just a mistake. Perhaps because it was just a branch and never meant to go productive?
But I took the latest available stable (and highest) version from official xbmc dharma plugin repository.
That was my working basis.

No log no help.
Main page: https://github.com/Xycl
Repository: Xycl Repository Leia
Repository: Xycl Repository Matrix
(2012-03-12, 13:59)fmronan Wrote: If you do an installation with the zip file, you lack addonscan.
install addonscan too
addon scan

Thanks, fmronan, when installing this addon the MyPicsDB works a litte bit better

In the Alex version I was able to scan my NAS, but I can not acces the NAS from the this addon. I tried several rootpaths

\\ username : password @ localipnumber\photo\1901 Michel\

smb:\\ username : password @ localipnumber\photo\1901 Michel\

smb:// username : password @ localipnumber /photo/1901 Michel/

In the beginning the Alex addon has the same problem, but is solved. Or is it an Eden bug conserning SMB access ?
Or is this also an difference between the official repo en the 1.80 version on GoogleCode ?

which programs do you guys use for tagging?
(2012-03-12, 17:47)LoL Wrote: which programs do you guys use for tagging?
In my case Windows Live Photo Gallery. It's quite good - but beware of the caveats mentioneds by me priviously in this thread.

FFY

  • 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 27

Logout Mark Read Team Forum Stats Members Help
Pictures database and library mode; scan EXIF and IPTC metadata tags into a SQL db2