New Home for Ember Media Manager (Official Thread) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +---- Forum: Ember Media Manager (https://forum.kodi.tv/forumdisplay.php?fid=195) +---- Thread: New Home for Ember Media Manager (Official Thread) (/showthread.php?tid=116941) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
|
AW: RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-02-11 (2013-02-11, 07:49)SamHill Wrote:(2013-02-11, 07:42)terencec Wrote: I have a problem with EMM not saving Poster and Fanart images. I will check this. RE: New Home for Ember Media Manager (Official Thread) - terencec - 2013-02-11 I "solved" the problem of fanart.jpg and folder.jpg not saving by moving EMM out of Program Files and running from a different folder. Coincidence or not? RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-02-11 (2013-02-11, 10:20)terencec Wrote: I "solved" the problem of fanart.jpg and folder.jpg not saving by moving EMM out of Program Files and running from a different folder. Coincidence or not? No, I had several problems when I had Ember stored under My Documents or programs. Ember should be stored in a folder that is not affected by user rights. RE: New Home for Ember Media Manager (Official Thread) - m.savazzi - 2013-02-11 Boderick, why you have moved the files to Release Files? they must be in the project (as I put them) with the status as Copy if Newer. In this way the files are copied in the right place on compile. It is the more correct thing to do as in this way the program will work immediately without having to copy manually the files. I've already made this change 3 times, please revert back to my change. M (2013-02-11, 11:42)DanCooper Wrote:(2013-02-11, 10:20)terencec Wrote: I "solved" the problem of fanart.jpg and folder.jpg not saving by moving EMM out of Program Files and running from a different folder. Coincidence or not? All folders do have user rights they must be used correctly :O Ember must be installed under Program Files the local configuration and files should be under user private data c:\users\<user id>\AppData\Roaming If we change this in any way the result will be random as the rights for other folders can change from PC to PC and could lead to a messy situation. If in doubt there are calls directly in .NET to manage the files under the user private data. Let me know if we need to look into it. RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-02-11 (2013-02-11, 12:25)m.savazzi Wrote: All folders do have user rights Outsource settings and other files in the user private data is a very bad idea. Many use Ember on several computer or in the drop box. Swapping (out) would make mobility of Ember impossible. RE: New Home for Ember Media Manager (Official Thread) - m.savazzi - 2013-02-11 than the other option is to save them in the <Documents>\Ember Media Manager sub folder. We have to use standard Windows folders if we want it to work correctly on all machines and OS versions. If we use weird folders we will always find non compatible scenarios I think the correct set is: Program files - Ember program and plugins AppData\Roaming\Ember - configuration xml files, temps, cache, etc.. Documents\Ember - the database This is following Windows dev guidelines and best practices To allow mobility you only need to move the database. the program should be installed on all machines and the AppData is recreated by the program via wizard-setup. We have to keep it clean... now is quite messy... also on a machine there are multiple copies of same files and no one understands which are used RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-02-11 (2013-02-11, 13:33)m.savazzi Wrote: than the other option is to save them in the <Documents>\Ember Media Manager I know what you mean and want to achieve. Nevertheless, a very bad idea. The good thing about Ember is that is simply all in a folder and NOT are files outside of the folder. Ember can be compressed to a USB flash drive on any computer without using the synchronized must be something (if the network drives are mapped to the same). It must not only the database will always be copied, but the Temp folder. In the Temp folder, for example, are all pre-recorded Thumbs for the episodes. It would be too difficult to always get the files from different folders and then save at the right place. Furthermore, it would no longer be possible to use Ember in the dropbox. For me there is no reason to change that. I really see only disadvantages. RE: New Home for Ember Media Manager (Official Thread) - jbrowne - 2013-02-11 I'm with Dan on this one too. I understand the Windows dev guidelines, but this is not a corporate program - but rather a hobbyist utility. I much prefer the way it is - without needing an 'install' - makes it very portable. RE: New Home for Ember Media Manager (Official Thread) - KILLERNADS - 2013-02-11 Yes, please let it as it is. I use this across multiple machines from my dropbox folder. It would be a pain to change it and have to update each machine every time. RE: New Home for Ember Media Manager (Official Thread) - Randall Lind - 2013-02-11 No need for install after all Dan has made Ember really easy by having a Frodo button so it is 1 click set up. I hope Broderick copy that feature into whatever he is working on. RE: New Home for Ember Media Manager (Official Thread) - m.savazzi - 2013-02-11 (2013-02-11, 14:31)DanCooper Wrote:(2013-02-11, 13:33)m.savazzi Wrote: than the other option is to save them in the <Documents>\Ember Media Manager In reality we can do it work both ways. From setup it will put the files in correct directories. If files are not there it will look for the ones in the same folder (portable). In any case this is windows not Linux so the portability is achieved via moving and sync'ing the data not the app. If you already use W8 this should be clear, it automatically sync the data between different computers using skydrive you just have to install the app on the different machines. I will not go in the discussion on which approach is better (endless and useless discussion) just the fact how the different OS should work. I have ember on 3 pc and I sync the data only. I installed it on the three pc and copy the DB and advanced settings... ... this is why I know how to do it.... hehehehe RE: New Home for Ember Media Manager (Official Thread) - m.savazzi - 2013-02-11 (2013-02-11, 15:35)Randall Lind Wrote: No need for install after all Dan has made Ember really easy by having a Frodo button so it is 1 click set up. I hope Broderick copy that feature into whatever he is working on. should be in it... he imported my changes trunk RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-02-11 (2013-02-11, 16:28)m.savazzi Wrote:(2013-02-11, 14:31)DanCooper Wrote:(2013-02-11, 13:33)m.savazzi Wrote: than the other option is to save them in the <Documents>\Ember Media Manager If you want to make this the function MUST be a manually option (and already selectable in the Wizard). A dynamic query would be fatal. I use 3 different installations of Ember on my PC, one for my movie database, one to test the new releases and one for the neighbors server. If a installtion use automatically the settings of another that would be a disaster. RE: New Home for Ember Media Manager (Official Thread) - m.savazzi - 2013-02-11 (2013-02-11, 16:56)DanCooper Wrote: If you want to make this the function MUST be a manually option (and already selectable in the Wizard). A dynamic query would be fatal. I use 3 different installations of Ember on my PC, one for my movie database, one to test the new releases and one for the neighbors server. If a installtion use automatically the settings of another that would be a disaster. OUCH. This is a different scenario I've been thinking for long... We need to have a Open DB or similar.... in other words you can open the Movie, Test, Neighbors and all of them should be in a different file... Again is bad to have a 1:1 association between app-data. Is not a windows paradigm and is not flexible. I was thinking for it to create a library for kids and one for me M RE: New Home for Ember Media Manager (Official Thread) - Dragen - 2013-02-11 DanCooper: I've found a bug with translations. Or atleast with the norwegian one. If you add a show when in english, then switch to norwegian, the season list will still be "Season ##". If you add a show/season in norwegian mode, it will be added as "Sesong##" (no space between season and number), and it doesn't change if you switch back to english. |