Closed andimik closed 9 months ago
And there are still English texts (although my OS is German).
No file selected
Copy and Select all
Thanks for the translation. Let me comment your notes: 1) I agree, overwrite checkbox tooltip is strange, I will change that (new translation will be needed ;-) ) 2) The dialog adopts its size on opening in expert mode. Only when you open dialog in basic mode and enable expert, it does not adjust the size. I know about this issue, I will try to fix it. 3) I agree tooltip is long - I will change that 4) "No file selected" - I can confirm the issue. It is strange, the string is marked for translation but ii does not appear in translation source. I will check that. 5) Popup menu is Qt stuff - application does not define the strings. This happens on all 3 OS's I will have to as Google how to fix it.
I have (hopefully) fixed 1, 3, 4 - I do not know how to fix 5 and attempts to fix 2 are even worse - so I leave these issues for some next version, I think they are minor. There are few new strings, could you please translate them? Thanks!
Can you please explain what is the directoryID? Seems this value changes each day, as for the same EId I had 3 different folders (with all SPI, all same pngs and the - updated - xml files)
Yes, that is correct behavior. Directory ID is transport ID of directory object (directory object is a description of items in carousel). It shall change anytime content of directory changes so it would be probably at least once a day. It is clear? If yes, I would add this description to README.
EDIT: do you think it would be more clear if is change description of {directoryID} in the application to "transport ID of directory" (update of translation file would be required :-( )
Yes, that explains it :-)
"transport ID of directory"
In such a case the German translation would be "Transport ID des Ordners". You may update it as well ...
Perfect, thanks, I would like to make release tonight so that I have weekend for fixing reported bugs ;-)
Regarding SPI: I have a binary file with extension xml
and an xml with extension xml.xml
. Is this intended?
It depends. If they transmit object with content name with xml extension then it is correct. What do you see in the log?
00:46:09.242 [I] SPIApp: Storing file: "/tmp/SPI/e49400/0_58317/si.xml"
00:46:09.245 [I] SPIApp: Storing file: "/tmp/SPI/e49400/0_58317/si.xml.xml"
So this is coming from the broadcaster?
It looks correct - all other files are stored as expected and SI.xml should be handled the same way.
But I thought the xml was parsed by AbracaDABra in order to get the xml.xml
Yes, it was parsed. You would need to enable debug messages in spiapp.cpp to see what objects are in carousel. I could add this to application log but i ma not sure if it has any values for user - it is more for debug purposes.
EDIT: SI.xml comes from broadcaster, application decodes it and stores it as SI.xml.xml
another question (before I check the debug messages)
The line
19:12:35.374 [I] SPIApp: 0: MOT directory NOT complete (decoded 9 / 60)
is the first one, there is no line for 1 / 60
till 8 / 60
...
Yes, it is possible - MOT directory is one of the objects, it is transmitted periodically (frequency depends on broadcaster). In this case there were already 9 objects received when directory was received. In theory if directory is received as very last you would see 60/60 only message.
oh, I though this counter says, how many files have been received ...
it does, but it can start when directory is received because before application does not know what objects belong to current directory.
The only English text which is a bit strange is:
If checked, existing files are overwritten with new files with the same name.<br>If not checked, new file with existing file name is not stored.
Hint: in Expert mode, the window is too small for the description below.
And some tool tips are quite wide (maybe a
<br>
helps here?)