ChurchApps / FreeShow

FreeShow is a free and open-source, user-friendly presenter software.
https://freeshow.app
GNU General Public License v3.0
549 stars 84 forks source link

cambiar en automatico el conteo en stage ¿se puede? #706

Closed icadsm closed 3 months ago

icadsm commented 3 months ago

recién estoy utilizando el software, me parece genial. dentro de las funciones que usamos esta el conteo para los tiempos del servicio para cada parte del evento en ese orden de ideas con la opción de iniciar al colocarlo con una diapositiva funciona pero lo que sucede es que como las letras de canciones también son diapositivas entonces al momento de enviar las letras el contador del tiempo de las alabanzas se desaparece de la pantalla que tengo destinada para el escenario que es independiente al stage view del programa ya que la tengo con una salida independiente por NDI el asunto es que usando el stage view del programa funcionaria pero tocaría ir después que termine cada sección del evento a eliminar el conteo del pasado y colocarle el nuevo y luego ir a los temporizadores y darle iniciar al que sigue y parar al que terminó. no se si habra una forma de automatizar el inicio y terminación de cada conteo.

vassbo commented 3 months ago

So you would like a better way to manage countdowns on the stage display? I think I can add a stage item that uses the active countdown instead of a specific one, is this what you meant and need?

icadsm commented 3 months ago

@vassbo Yes, What I want is a way in which I can set each countdown of each event of my service to run without having to manually go to the timers tab first to play what comes according to the event that is happening in the service and second then go to the stage and place the one that I set to play. If there is any way to do this without affecting the songs or biblical texts that are also slides, it would be great. That is the only thing I have not been able to do with your software. For the rest, it would only be to work more on the stability of the program since sometimes when modifying a song the program would freeze.

vassbo commented 2 months ago

Great! In the next update you will be able to add a stage layout item that will automatically show the active timer regardless of which one it is. Also you can add a "Timer" item to a normal slide, this will start the timer when the slide is triggered, different slides can be scheduled to play automatically at any day in the "Calendar" tab!

icadsm commented 2 months ago

¡Genial! En ​​la próxima actualización podrás agregar un elemento de diseño de escenario que mostrará automáticamente el temporizador activo sin importar cuál sea. También puedes agregar un elemento "Temporizador" a una diapositiva normal, esto iniciará el temporizador cuando se active la diapositiva. ¡Se pueden programar diferentes diapositivas para que se reproduzcan automáticamente cualquier día en la pestaña "Calendario"!

If it were possible to send more than one slide at a time without affecting what is appearing on the stage it would be great, since for example I know that if a timer is placed on a slide it will activate and start automatically, but what happens in the case of churches that set a time for the songs? This time will no longer be seen on stage since as soon as the lyrics of the songs, which are also slides, begin to be sent, then the timer will stop appearing.

vassbo commented 2 months ago

Not sure I understand you, but you can right click a slide/item & choose "Bind to" to prevent them from appearing in the stage display & you can also set actions on a slide to change the stage display layout, so this should be doable!

icadsm commented 2 months ago

Not sure I understand you, but you can right click a slide/item & choose "Bind to" to prevent them from appearing in the stage display & you can also set actions on a slide to change the stage display layout, so this should be doable!

that is what I want to tell you, and if I have done it as you indicate but at the time of sending them due to the fact that in the scenario it is configured that the text of the current slide appears, that causes that once the praise time counter is sent but then the lyrics begin to be sent, the counter is removed and only the lyrics of the songs appear since both the counter and the lyrics of the songs are slides. With respect to the functions, I have tried it but it is not working very well, it does not perform the action assigned to it.

vassbo commented 2 months ago

Please, could you send a screenshot/recording so I can better understand the issue?

icadsm commented 2 months ago

Please, could you send a screenshot/recording so I can better understand the issue? Thanks, I've solved it, I did the following:

I created a slide for each counter, to the first I added the time before starting the service, then to the next I put the time of the praise in that order, to the first I put the action to start the active counter in it and change the style of the stage, to the second I inserted the action first to stop the active counters, second to start the active counter and third to change the style of the stage and on the stage I have several styles created according to the time of the service. This way it is working but it would be good if it could be automated a little more.

I have another question and it is regarding the Bible, the first thing is that I have added several versions of the Bible and in one of them I added a * at the end of the biblical verse, I don't know if there is a way to fix it, I am using the NTV, TLA, RV1960, NVI versions. In the RV1960 version it doesn't happen to me but in the others it does, I brought them from Holyrics. I would also like to have the same banner style that I had in Holyrics for the Bible with CCSS. I tried bringing the CCSS from Holyrics but it didn't work. I will attach an image of how I have it in Holyrics.

CCSS TEXT Biblico

Check out the ccss:

}

.image-custom {

}

.music_slide {

}

.text_slide {

}

/transparent background, and aligned to the left/ .text-custom { background-color: #ffffff00 !important; text-align: left !important; }

.bible_slide { background-color: #f6f6f6;/background color/ color: #101010;/font color/ display: block; border-top-right-radius: 40px; border-bottom-left-radius: 25px; font-size: 42px; padding-left: 30px ; padding-right: 25px ; padding-top: 10px; padding-bottom: 10px; }

.bible-header-custom { /https://cssgradient.io// /you can change the gradient color of background, and replacing it in the following two lines/ background: rgb(0,16,56); background: linear-gradient(100deg, rgb(0, 86, 211)40%, rgb(29, 116, 255)); color: #f6f6f6;/font color/ display: inline-block !important; border-radius: 100px 100px 100px 100px; padding-left: 30px; padding-right: 30px; padding-top: 10px; padding-bottom: 10px; } /animation/ :root { --animation_out_delay: 300; }

@keyframes nome_da_animacao_de_entrada { from {opacity: 0.0} to {opacity: 0.9} }

@keyframes nome_da_animacao_de_saida { from {opacity: 0.9} to {opacity: 0.0} }

.text-custom span { animation-name: nome_da_animacao_de_entrada; animation-duration: 0.2s; animation-fill-mode: forwards; }

.animation_out { animation-name: nome_da_animacao_de_saida; animation-duration: 0.2s; animation-fill-mode: forwards; }

vassbo commented 2 months ago

Glad you figured it out.

I made a template for you, with that syle. (Please rename the extension from .json to .template, I had to rename to upload here on GitHub). Go to File>Import>Template. After it's imported you can change the scripture template to this one. Bible Verse.json

icadsm commented 2 months ago

Glad you figured it out.

I made a template for you, with that syle. (Please rename the extension from .json to .template, I had to rename to upload here on GitHub). Go to File>Import>Template. After it's imported you can change the scripture template to this one. Bible Verse.json

Great, it worked for me but there is no way to have the small Bible quote at the top with the blue gradient and below the content of the Bible quote as I showed you in the screenshot? Also sometimes it looks very small and other times somewhat large.

vassbo commented 2 months ago

It should look like this, does it not, try messing around with the template? bilde

Also you should limit the "Max verses per slide" to 1 or 2 to prevent very small text.

icadsm commented 2 months ago

Debería verse así, ¿no es así?, intenta jugar con la plantilla. imagen

También debes limitar el "Máximo de versículos por diapositiva" a 1 o 2 para evitar texto muy pequeño.

No, it looks like that, it doesn't look so rounded, what happens is that for the auditorium screens I send it in a large size and with a background image. I'm going to try the maximum number of verses per slide.

vassbo commented 2 months ago

You can tweak the CSS if it does not look how you want. bilde

icadsm commented 2 months ago

You can tweak the CSS if it does not look how you want. bilde

Sorry for the trouble on my part, I would like to know if it is possible for the Bible reference and the version to appear on a single line and not below it as it appears because I already discovered that if I remove the version, it appears as you showed in your image, also if you could specify if in the CCSS the space where the text of the Bible verse appears as well as where the reference book appears are independent? so that I can modify the one I am trying to leave on a single line without a single line break... thank you.

vassbo commented 2 months ago

Yes, change this so it's on one line, e.g. [reference] - [version] bilde

You need to select the individual textboxes to change the CSS of just one of them, click the verse textbox to just change the CSS of the verse textbox.

icadsm commented 2 months ago

Yes, change this so it's on one line, e.g. [reference] - [version] bilde

You need to select the individual textboxes to change the CSS of just one of them, click the verse textbox to just change the CSS of the verse textbox. Sorry I don't understand much would it be something as is this:

"style": "background-color: rgb(221 221 221 / 1);border-radius: 0 30px 0 30px;height: 139.08px;left: 50.00px;top: 907.97px;width: 1820px;padding:15px;", "type": "text", "lines": [ { "align": "", "text": [ { "value": [reference] "value": [version] "style": "text-shadow:0px 0px 0px #000000;color:#000000;" } ] } ], "auto": true, "autoFontSize": 101.03515625, "actions": {} }, {

vassbo commented 2 months ago

No CSS, look at the image I sent in that message, you need to change it in the bottom right of the Scriptures section in the drawer.

icadsm commented 2 months ago

No CSS, look at the image I sent in that message, you need to change it in the bottom right of the Scriptures section in the drawer.

Ok, I already did it my friend, thank you very much, but I had to update to 2.4 because the previous one didn't allow it. I thought that in this one they would include the automation of the timers for the stage in this update.

vassbo commented 2 months ago

Okay, nice. It is there, you need use the "First active timer" stage item, as I mentioned earlier.

icadsm commented 2 months ago

Okay, nice. It is there, you need use the "First active timer" stage item, as I mentioned earlier.

Ok, I'll try to do it. I still have to deal with the Bible versions. I use the following ones: NIV NTV TLA RV1960 Where can I get them? Because I tried using the ones I had in Holyliric and only RV1960 worked for me. In the others there is a change in the scriptures, for example, from one verse after the period, a * appears and in some cases they replace letters with characters like ?¡

I appreciate all your help and the software is really cool, very complete.

vassbo commented 2 months ago

Hi, thank you! :)

I can't do anything about the ?¡ characters, you probably have to search the web for more: Here is a good place to find some: https://www.ajaytheceo.com/digital/bibles

icadsm commented 1 month ago

Hello, thank you for sending me the link although it is not in Spanish so I still have the same problem, on the other hand I wanted to tell you that I'm trying the latest update and so far it's going very well, could you please add an option to automatically change the stage style without using a slide? What happens is that usually in worship we have the following items: Current slide text Next slide text Clock Timer

Then in the sermon we would only have:

  1. Title of the moment of worship that would be sermon
  2. Clock It would be good to be able to have an automatic change of these two styles without using a slide, it would also be good to add a function to be able to start and stop the timers automatically. There is already the option that on the stage only the first one that is activated is shown, that's great. Now it would be good to have a more practical and faster way to stop and start the timers without having to use a slide.
vassbo commented 1 month ago

Great!

You can manually change the stage layout by going to "Stage" & right clicking any of the layout and pressing "Move all connections to this". This can also be done in the Functions>Actions tab by creating an action that does it and clicking that.

This can even be automated by time in the "Calendar" tab.

icadsm commented 1 month ago

the new update 2.7 have an mistake, in the bible template the options autosize it's not working good when it put an verse short it is seen very small and when it put an verse large it come out the screen. also I would like if its possible add the new way for search the verse biblic and new way of go the verse and verse when it is read. I go to show that in a video belog...

https://github.com/user-attachments/assets/8a075d0d-c3f0-42e1-ad92-6580dc8f3546

vassbo commented 1 month ago

Try changing the "Text fit" in the scripture template: bilde

I'll see about the grid, but it's actually much quicker to press search (Ctrl+F) and type in the book/chapter/verse!

vassbo commented 1 month ago

bilde

icadsm commented 1 month ago

imagen

Have you integrated this feature into the current version of the program?

icadsm commented 1 month ago

I'll see about the grid, but it's actually much quicker to press search (Ctrl+F) and type in the book/chapter/verse!

I have tried both but the error continues previously when I created that template in a non-recent version of the software everything worked ok.

Maybe not just the grid, but it might be faster to go through and search for Bible verses. In the example I sent you, just by typing, it starts to search for the quote. If I press the ESC key, I exit that pop-up window. It even tells me how many chapters and books the book has. I thought it was a good function, that's why I shared it with you. In fact, there's also the option to go through verses by pressing the arrow keys on the keyboard.

vassbo commented 1 month ago

Try creating a new template in the latest verison. I can't recreate this issue!

The grid will come in the next verison, but in the current version you can already search the Bible for content or use the arrow keys to change verses!

icadsm commented 1 month ago

Intente crear una nueva plantilla en la última versión. ¡No puedo recrear este problema!

La cuadrícula vendrá en la próxima versión, pero en la versión actual ya puedes buscar contenido en la Biblia o usar las teclas de flecha para cambiar versículos.

ok, good but the grid it's not so important as the function search quickly with only type in the keyboard as I was show you in the video. for example if I want to search John 3:16 instead of Press the ctrl + F and type John 3:16 in the bar the search, would be better and fast that the moment I type in my keyboard John 3:16 the software show in the Popup the result of the search, as the show in the video that I sent it.

because the way the search whit the bar I thinks so not bad, but I thinks that way that I show in the video would be more quickly. At least for us in my church it is faster to do it that way.

vassbo commented 1 month ago

In the early versions it did search directly from inputs, but that was more confusing than helpful. Also pressing letter keys on the keyboard is reserved for triggering slide groups & actions. There's not much time loss by doing the shortcut. I don't think there's a better way to do it. It should be very fast how it is at the moment.

icadsm commented 1 month ago

En las primeras versiones, se buscaba directamente desde las entradas, pero eso era más confuso que útil. Además, presione las teclas con letras del teclado que están reservadas para activar grupos de diapositivas y acciones. No se pierde mucho tiempo al hacer el ataque. No creo que haya una mejor manera de hacerlo. Debería ser muy rápido como está en este momento.

ok i understand, there is only one way to do it and it is having the independent bible module i think that is what the program we were using does, however i understand that the keys are intended for the shortcuts something that is very good. but i speak to you from our experience using the program what is difficult for us is the search for the texts since some time is always lost when searching with the shortcut and more so going to the search bar more because to have a successful search you still have to write the accents of the name of the book if it has an accent this is something that makes the search a little slower perhaps if there was no need to write the accents it would be faster also having a history of the scriptures that have already been placed would be very itul since in our case on Sundays we have several services and so after the first one in the second going to the history the search would also be faster. in reality the program is super useful and very good it would only be good if you could add and improve that part of the program if possible it would be cool. Thank you very much for always being attentive and responding. Please excuse my English, which is a bit bad. Greetings and blessings from Colombia.

icadsm commented 1 month ago

hello sorry I know that the problem I told you about with the auto-size of the bible, you told me that you couldn't do anything and that I should try deleting and recreating another one, well I did and the same thing continues with the error now, inquiring a little about doing tests I realized that when I place it as my default template that way it works correctly but I don't have it that way because in my live broadcasts I have a template for the bible with css that when in settings within the style that I have for the signal that I send by ndi to the transmission computer it happens that when I tell it to overwrite the bible with the CSS template that I have, it shrinks the text reference just as I show you in the video, that is why in the face of that problem the solution was to place the css template by default and within the style that I have for the screens that I have in the church then place that it overwrites with the template that I created for it but it turns out that doing it that way gives the error that I mentioned regarding the autosize of the biblical texts.

https://github.com/user-attachments/assets/5c924982-c67e-459b-a12d-6345cff85606

vassbo commented 1 month ago

Okay, thanks. Now I can probably reproduce this and fix it, let me see what I can do.

icadsm commented 1 month ago

Okay, thanks. Now I can probably reproduce this and fix it, let me see what I can do. Thank you, would it be possible to have a history of all the Bible verses played during the service? Another question, could the software be integrated with planning center?

vassbo commented 1 month ago

I will see.

vassbo commented 1 month ago

Btw. the template issue should be fixed here: https://github.com/ChurchApps/FreeShow/releases/tag/v1.2.8-beta.1

icadsm commented 1 month ago

Por cierto, el problema de la plantilla debería solucionarse aquí: https://github.com/ChurchApps/FreeShow/releases/tag/v1.2.8-beta.1

Yes sir, thank you very much! Well, the only problem with the autosize is that when I send the template in CSS as secondary and not main, the reference comes out smaller than you can even see, but the other way, placing it as main and the one I have for auditorium as secondary in styles, that way it's working well for me so far. Yesterday I installed that version and so far everything is ok, just the problem with the CSS template when leaving it as secondary and not main.

I hope you can put a history of biblical verses on it. Is there a way to hide the background of my computer because when I send the lyrics of the songs with NDI transparency, the background of my computer appears and if I deactivate the transparency of NDI in the video of my cameras, the lyrics appear but when it comes out, the video is quite darkened to black.

vassbo commented 1 month ago

The background does not appear with the transparency if you properly receive the NDI signal in e.g. OBS. It only appears if you record the output screen with another software as you don't need to do because it's NDI.

icadsm commented 1 month ago

El fondo no aparece con transparencia si recibes correctamente la señal NDI en, por ejemplo, OBS. Solo aparece si grabas la pantalla de salida con otro software, ya que no es necesario hacerlo porque es NDI.

thats correct, on obs work ok. but I spaeking about the signal send to atem blackmagic for the screen`s in the church. in the atem we do a lumakey that remove black color and only leave the color white of letters but whit FreeShow its no doing because leave the image of cameras oppacity low its as not would remove the color black. I was try removing the options transparency in the output, but happen what I told you about the error that the black color leaves, so if I active the transparency in the output whit NDI my wallpaper appears which is my logo in white more the letters that I sending.

vassbo commented 1 month ago

I know it's possible to key out the black background properly with the right settings, so you have to tweak some more and see how it goes. I can't help you here.

icadsm commented 1 month ago

Hi, I have seen that in the new updates you have incorporated a new function for controlling PowerPoint. I would like to know how it works because when importing a PowerPoint, the photos or backgrounds are not included, only the text is included. I don't know if it does this or if it is possible to also include the animations that the PowerPoint file has.

vassbo commented 1 month ago

Drag & drop a powerpoint file into your project.

icadsm commented 1 month ago

Drag & drop a powerpoint file into your project.

Awesome! But what it actually does is project from the same PowerPoint, that is, it does not leave the presentation controls in FreeShow. It would be good if it left them and to be able to have independence from the presentation within FreeShow in case a biblical text has to be projected, it can be sent and not lose the order in which the PowerPoint presentation was going.

vassbo commented 4 weeks ago

In that case just import the powerpoint as images, that's what you should do if there are no important animations on the presentation. The is not so much flexebility the way it's done, but it ensures the correct layout & animations if they are needed on a live stream.

icadsm commented 4 weeks ago

En ese caso, simplemente importe la presentación de PowerPoint como imágenes. Eso es lo que debe hacer si no hay animaciones importantes en la presentación. No hay tanta flexibilidad en la forma en que se hace, pero garantiza el diseño y las animaciones correctos si se necesitan en una transmisión en vivo.

If it is correct, I have already done it that way, but in some cases it is necessary to have the animations that the person placed in the PowerPoint since they fulfill an objective as such. I thought that if you did it that way it would be good if you tried to do it since it is a function that Propesenter does not have since it does the same when importing it as images, they lose the animations. If FreeShow manages to do it leaving the PowerPoint animations it would be an added plus for the software, it is simply a suggestion as an end user.

icadsm commented 2 weeks ago

@vassbo in the versions 1.2.9 Official and 1.3.0 beta it's not working the outputs NDI.

vassbo commented 2 weeks ago

Should work. Try creating a new output, and turn NDI on there. (Make sure to remove the old output) Does that make any difference?

icadsm commented 1 week ago

Should work. Try creating a new output, and turn NDI on there. (Make sure to remove the old output) Does that make any difference?

I did as you told me but it doesn't work, in my case the official version 1.2.9 stopped working since in the beta it was working without problems. I hope that error is fixed in the next update.

vassbo commented 1 week ago

NDI is working, I tested it. Also no one else that are using NDI have reported this issue (yet). So I'm pretty sure something has changed on your side!

Make sure the NDI receiver is receiving from the correct FreeShow output!