English > Feature Suggestions

Vote: Features for 0.9.9

<< < (14/39) > >>

meriator:
@nostra

--- Quote ---What do you mean with translation tables?
--- End quote ---
I think my last post will explain your question

but may there's also the need of an ident_key
to mark translation to purposes

translation-table
ID|lang|ident_key|lang_value|default_value

translation-typ-table
ident_key|meaning
1|professions
2|genre
3|tags
and so on

in a realy relational DB a better way would be

translation-table
ID|lang|ident_key|lang_value|term_ID

terms-table
term_ID|lang|term_value
 
so we get no double values in default_value aka term_ID
and we are able to pre-translate terms by procedur/function
if term_value matches any new incomming value
but the overhead is
the user has to match the languge of new incomming terms before
(specialy imported tags from IMDB are in diffrent languages as I noticed)


thx again
cu meriator

ps.writing to fast forces me making spelling mistakes
if you find one keep it  ;D

rick.ca:

--- Quote ---Could you add numbers while exporting according to poster number in movie preview?
--- End quote ---

Took me a while to understand this. In other words, you would like Save image to file to save to the filename [Title] ([image number]).jpg rather than [Title].jpg—so multiple images can be saved without having to edit the filename. Yes, that would be handy.

rick.ca:

--- Quote ---it would be really nice to a have these tags translated
--- End quote ---

I suppose it would, but where would the translations come from? There are currently 2200 items in my tag list. The ability to add translated values manually would not be practical for dealing with numbers like that. Do you have something automated in mind?

nostra:

--- Quote from: rick.ca on August 16, 2008, 06:32:21 pm ---
--- Quote ---Could you add numbers while exporting according to poster number in movie preview?
--- End quote ---

Took me a while to understand this. In other words, you would like Save image to file to save to the filename [Title] ([image number]).jpg rather than [Title].jpg—so multiple images can be saved without having to edit the filename. Yes, that would be handy.

--- End quote ---

If save picture dialog is meant than it is easy to implement, so I'll do this in 0.9.9

nostra:

--- Quote ---in a realy relational DB a better way would be

translation-table
ID|lang|ident_key|lang_value|term_ID

terms-table
term_ID|lang|term_value
--- End quote ---

Yes, that's the way it should be done. Some other users wanted the same thing for genres and countries, so it seems like the feature is need, but rick is right it will be problematic to create those translation tables (especially for Tags as there are very many).

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version