General
David E
2/13/25, 3:20:47 PM EST
I'm unsure about how much I want to change the way archiving works. My main concern is the files are truncated to zero bytes after being copied to LTO.
I'd like to also back up the entire DAM directory on the storage system.
We could call a post execution script, similar to our current config... which could handle file naming and copying, presuming the program and episode numbers are somehow included in the JSON that the script receives from the Elemental processor.
I'd like to also back up the entire DAM directory on the storage system.
We could call a post execution script, similar to our current config... which could handle file naming and copying, presuming the program and episode numbers are somehow included in the JSON that the script receives from the Elemental processor.
David E
2/27/25, 5:45:59 PM EST
I've got a few 404s with tabs in Season view under a Project. Example records: Project "Format Things", Season "Two Bee". When I click on that season, many of the tabs do not load, but most relevant to our work, the Episodes tab does not load.
404: /finder/find/views/modules/dam_season/editors/listentities/tabs/rendertypes/tabsubmodulehome.html
404: /finder/find/views/modules/dam_season/editors/listentities/tabs/rendertypes/tabsubmodulehome.html
Cristobal M
2/28/25, 1:12:06 PM EST
David I went over all the missing views and restore them. Also we made a fix yesterday for the External Id field, now we do a lookup so it doesn't need to match the table name anymore, so you don't need to change more External Id fields, all the Submodule tables are working ok now.
Cristobal M
3/6/25, 2:33:29 PM EST
Meeting notes:
File name generator conditions:
if season has a program number use it:
{program_number} 5 chars (0 fill)
{episode_number} 4 chars (0 fill)
19307_0123.ext
More conditions will be applied later.
Next week meeting is canceled (13th march)
File name generator conditions:
if season has a program number use it:
{program_number} 5 chars (0 fill)
{episode_number} 4 chars (0 fill)
19307_0123.ext
More conditions will be applied later.
Next week meeting is canceled (13th march)
David E
3/20/25, 3:22:29 PM EDT
generating broadcast via elemental preset name "entermedia_broadcast"
copying file to import into automation (cifs share automounted) here /mnt/hc_1/import/replacement_files
copying file to import into automation (cifs share automounted) here /mnt/hc_1/import/replacement_files
David E
3/25/25, 5:12:44 PM EDT
Oof... trying to demo the app today, and I cannot find where the SMPT server is configured. I'm also pretty sure we already configured it, an tested so this is puzzling... needless to say.
David E
3/25/25, 5:19:32 PM EDT
Our config looks good per the article here: https://entermediadb.org/knowledge/9/smtp-email-setup/
David E
3/25/25, 5:29:49 PM EDT
When I click send magic link, I see this:
Could not connect to SMTP host: smtp.entermediadb.org, port: 587, response: -1
Could not connect to SMTP host: smtp.entermediadb.org, port: 587, response: -1
Cristobal M
3/26/25, 1:17:06 PM EDT
Hello David, we are working on migrating all the Documentation to our new site and about our new version. you can find it here:
>https://emedialibrary.com/knowledge/11/smtp-email-setup.html
>https://emedialibrary.com/knowledge/11/smtp-email-setup.html
Cristobal M
3/26/25, 1:18:00 PM EDT
For emailing, basically the config file pluginoverrides changed the name to pluginoverrides10 and it has couple more configurations maybe useful.
Cristobal M
3/27/25, 3:08:14 PM EDT
GUI Feedback:
-create new btns, could be change to "Create Project" or the "Create Activity" (More specific to the entity)
-Edit view 2 columns on small screens make it one column (MOvile view)
-There is a way to Copy views? For example make General match the Add New
-Add style to Field hint, it supports html, so underline or color link
-create new btns, could be change to "Create Project" or the "Create Activity" (More specific to the entity)
-Edit view 2 columns on small screens make it one column (MOvile view)
-There is a way to Copy views? For example make General match the Add New
-Add style to Field hint, it supports html, so underline or color link
David E
4/3/25, 2:21:11 PM EDT
Broadcast Publish workflow:
Elemental Preset name "entermedia_broadcast"
Elemental Preset name "entermedia_broadcast"
David E
4/3/25, 2:32:49 PM EDT
File Format:
If dam_program.dam_episode_num == null or empty
{dam_project.dam_programnumber || dam_season.dam_programnumber} + ".ts"
else
{dam_project.dam_programnumber || dam_season.dam_programnumber} + "_" + {dam_program.dam_episode_num} + ".ts"
end
program number = 5 digits zero pad
episode number = 4 digits zero pad
If dam_program.dam_episode_num == null or empty
{dam_project.dam_programnumber || dam_season.dam_programnumber} + ".ts"
else
{dam_project.dam_programnumber || dam_season.dam_programnumber} + "_" + {dam_program.dam_episode_num} + ".ts"
end
program number = 5 digits zero pad
episode number = 4 digits zero pad
Cristobal M
4/3/25, 4:26:32 PM EDT
Here is a good article how to setup the server, it is more up to date, it is actually creating their own image and using docker-compose If you wanna give a try I think instructions are very clear, we can help more next time too.
David E
4/17/25, 1:31:50 PM EDT
I'm just now realizing I didn't notify you that I'm in Jury Duty this week. Cannot attend our meeting at 11am, sorry about the short notice.
Cristobal M
5/1/25, 4:01:21 PM EDT
Hey David, in order to keep testing the mail server, can you help us adding a dns for the subdomain mailu.metroeast.org. We already configured nginx but the admin tool only works over https, so we need to generate an letsencrypt cert
Processing...