Hi, I looked at the code and tried to rembember, how I did that. Looks like I have to spend some time in documentation;-)
If you have split your zim file into /tmp/xaa, /tmp/xab and /tmp/xac pass "/tmp/a" as a file name and the zimlib will find the files if "/tmp/a" do not exist. It just appends two characters starting with aa, ab... until no further files are found. Tommi Am Samstag, August 21, 2010, 17:53:17 schrieb Emmanuel Engelhart: > Hi, > > I need to have Kiwix able to deal with splitted ZIM files like discussed > in June. Tommi seems to have implemented that in the zimlib but I do not > achieve to deal with. > > My use case is a 11GB big file splitted in 3 smaller files called xaa, > xab and xac. I have moved all of them in /tmp/. > > But, new zim::File(zimFilePath) returns the following error: > error 2 opening file "/tmp/xaa:/tmp/xab:/tmp/xac": Aucun fichier ou > dossier de ce type > > I also called zimdump -F "/tmp/xaa:/tmp/xab:/tmp/xac" and get the same > error. > > So Christian or Tommi, how should i do? > > Thx in advance > Emmanuel > _______________________________________________ > dev-l mailing list > [email protected] > https://intern.openzim.org/mailman/listinfo/dev-l _______________________________________________ dev-l mailing list [email protected] https://intern.openzim.org/mailman/listinfo/dev-l
