Skip to content

Commit

Permalink
Where Is It? import operational
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Jan 23, 2024
1 parent 83ca1b3 commit f5c8761
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 180 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ The primary purpose of this software is to enable users to catalog their files,
#### Context menu:
![image info](./info/menu.png)

## Download:
Portable executable packages created with [PyInstaller](https://pyinstaller.org/en/stable) for **Linux** and **Windows** can be downloaded from the Releases site:
## [Download](https://github.com/PJDude/librer/releases) ##
Portable executable packages created with [PyInstaller](https://pyinstaller.org/en/stable) for **Linux** and **Windows** can be downloaded from the Releases site.

https://github.com/PJDude/librer/releases
## [MAJORGEEKS review](https://www.majorgeeks.com/files/details/librer.html) ##

## MAJORGEEKS review:
https://www.majorgeeks.com/files/details/librer.html

## SOFTPEDIA review:
https://www.softpedia.com/get/Others/File-CD-DVD-Catalog/Librer.shtml
## [SOFTPEDIA review](https://www.softpedia.com/get/Others/File-CD-DVD-Catalog/Librer.shtml) ##

## [Tutorial](./info/tutorial.md) ##

Expand Down
4 changes: 1 addition & 3 deletions info/wii_import.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Librer allows to import data from "Where Is It?" software indirectly by reading it's xml report file.

### This feature is under development

How to import data ? You need to save information about all files catalogued by "Where Is It?"

in "Where Is It?":
Expand All @@ -17,6 +15,6 @@ in "Where Is It?":
in Librer use File menu action: 'Import "Where Is It?" xml ...'

## unregistered Where Is It? version issue
Unregistered version of WII seems to pollute its own report by replacing some data with ```*** DEMO ***``` string. Imported data from such report will be obviously incomplete, however the ```*** DEMO ***``` string seems to be inserted randomly, so in sequential writes it appears in different sections. After couple of exports, with a little luck pool of report files will contain all data scattered in different files. Import all that reports at once in single shot (!) to merge the data into complete dataset. To do that use multiselection on import dialog. Incomplete data will be ignored and will not apear in librer records.
Unregistered version of WII pollutes its own report by replacing some data with ```*** DEMO ***``` string. Imported data from such report will be obviously incomplete, however the ```*** DEMO ***``` string seems to be inserted randomly, so in sequential writes it appears in different sections. After couple of exports, with a little luck pool of report files will contain all data scattered in different files. Import all that reports at once in single shot (!) to merge the data into complete dataset. To do that use multiselection on import dialog. Incomplete data will be ignored and will not apear in librer records.


Loading

0 comments on commit f5c8761

Please sign in to comment.