Compare commits
	
		
			22 Commits
		
	
	
		
			0.1.1
			...
			f631c55eae
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f631c55eae | |||
| 
						
						
							
						
						d46d642e61
	
				 | 
					
					
						|||
| 
						
						
							
						
						a82d283c1a
	
				 | 
					
					
						|||
| 
						
						
							
						
						b7c363faaa
	
				 | 
					
					
						|||
| 
						
						
							
						
						2c0e20210f
	
				 | 
					
					
						|||
| 
						
						
							
						
						eec298bfd7
	
				 | 
					
					
						|||
| 
						
						
							
						
						2afc5f5b1a
	
				 | 
					
					
						|||
| 
						
						
							
						
						fd7ce5fa08
	
				 | 
					
					
						|||
| 
						
						
							
						
						05553f06b8
	
				 | 
					
					
						|||
| 
						
						
							
						
						0d5cfab38d
	
				 | 
					
					
						|||
| 
						
						
							
						
						d86c0d37af
	
				 | 
					
					
						|||
| 
						
						
							
						
						f09dd01b6d
	
				 | 
					
					
						|||
| 
						
						
							
						
						6358d5d8cc
	
				 | 
					
					
						|||
| 
						
						
							
						
						5025807b14
	
				 | 
					
					
						|||
| 0cd32bb0f0 | |||
| 
						
						
							
						
						f3e034356b
	
				 | 
					
					
						|||
| 
						
						
							
						
						6f0bbf7e29
	
				 | 
					
					
						|||
| 
						
						
							
						
						3c563d1966
	
				 | 
					
					
						|||
| 
						
						
							
						
						6df775955f
	
				 | 
					
					
						|||
| 
						
						
							
						
						d68382e418
	
				 | 
					
					
						|||
| 
						
						
							
						
						846986279c
	
				 | 
					
					
						|||
| 
						
						
							
						
						adf9bc9c27
	
				 | 
					
					
						
							
								
								
									
										1887
									
								
								LICENSE-3RD-PARTY.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1887
									
								
								LICENSE-3RD-PARTY.txt
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										44
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										44
									
								
								README.md
									
									
									
									
									
								
							@@ -1,5 +1,43 @@
 | 
			
		||||
# ffmpeg-gui
 | 
			
		||||
# GUI for FFmpeg
 | 
			
		||||
 | 
			
		||||
Простенький интерфейс к программе ffmpeg.
 | 
			
		||||
<p>Простенький интерфейс для консольной утилиты FFmpeg. Но я <strong>не являюсь</strong> автором самой утилиты <strong>FFmpeg</strong>.</p>
 | 
			
		||||
<p><strong>FFmpeg</strong> — торговая марка <strong><a href="http://bellard.org/" target="_blank">Fabrice Bellard</a></strong>, создателя проекта <strong><a href="https://ffmpeg.org/about.html" target="_blank">FFmpeg</a></strong>.</p>
 | 
			
		||||
 | 
			
		||||
<img src="images/screenshot-ffmpeg-gui.png">
 | 
			
		||||
<p>Программное обеспечение является MIT (см. <a href="https://git.kor-elf.net/kor-elf/gui-for-ffmpeg/src/branch/main/LICENSE">LICENSE</a>) и использует сторонние библиотеки, которые распространяются на их собственных условиях (см. <a href="https://git.kor-elf.net/kor-elf/gui-for-ffmpeg/src/branch/main/LICENSE-3RD-PARTY.txt">LICENSE-3RD-PARTY.txt</a>).</p>
 | 
			
		||||
 | 
			
		||||
<img src="images/screenshot-gui-for-ffmpeg.png">
 | 
			
		||||
 | 
			
		||||
<p>Скачать скомпилированные готовые версии можно тут: <a href="https://git.kor-elf.net/kor-elf/gui-for-ffmpeg/releases">https://git.kor-elf.net/kor-elf/gui-for-ffmpeg/releases</a>.</p>
 | 
			
		||||
 | 
			
		||||
## Установка через fyne:
 | 
			
		||||
1. go install fyne.io/fyne/v2/cmd/fyne@latest
 | 
			
		||||
2. fyne get git.kor-elf.net/kor-elf/gui-for-ffmpeg/src
 | 
			
		||||
 | 
			
		||||
## Скомпилировать через исходники:
 | 
			
		||||
1. git clone https://git.kor-elf.net/kor-elf/gui-for-ffmpeg.git
 | 
			
		||||
2. Переходим в папку проекта и там переходим в папку src: **cd gui-for-ffmpeg/src**
 | 
			
		||||
3. Ознакамливаемся, что нужно ещё установить для Вашей ОС для простого запуска (через go run) тут: https://docs.fyne.io/started/
 | 
			
		||||
4. *(не обязательный шаг)* Просто запустить можно так: **go run main.go**
 | 
			
		||||
5. go install github.com/fyne-io/fyne-cross@latest
 | 
			
		||||
   * У Вас так же должен быть установлен docker
 | 
			
		||||
   * О fyne-cross можно по подробней почитать тут: https://github.com/fyne-io/fyne-cross
 | 
			
		||||
6. * fyne-cross windows --icon icon.png --app-id "." -name "gui-for-ffmpeg"
 | 
			
		||||
   * fyne-cross linux --icon icon.png --app-id "." -name "gui-for-ffmpeg"
 | 
			
		||||
7. Создаться папка **fyne-cross/bin** и там будет созданна папка с тем названием под которую Вы компилировали приложения (linux-amd64 или windows-amd64).
 | 
			
		||||
8. В папку **fyne-cross/bin/linux-amd64** или **fyne-cross/bin/windows-amd64** копируете:
 | 
			
		||||
   * src/icon.png
 | 
			
		||||
   * src/data
 | 
			
		||||
   * src/languages
 | 
			
		||||
   * LICENSE
 | 
			
		||||
   * LICENSE-3RD-PARTY.txt
 | 
			
		||||
<p><strong>Структура должна получиться такая:</strong></p>
 | 
			
		||||
<img src="images/screenshot-folder-structure.png">
 | 
			
		||||
 | 
			
		||||
## Работа с переводами:
 | 
			
		||||
1. go install -v github.com/nicksnyder/go-i18n/v2/goi18n@latest
 | 
			
		||||
2. Переходим в папке проекта в папку src: **cd ./src**
 | 
			
		||||
3. goi18n merge -sourceLanguage ru -outdir languages languages/active.\*.toml languages/translate.\*.toml
 | 
			
		||||
4. В файлах **languages/translate.\*.toml** переводим текст на нужный язык
 | 
			
		||||
5. goi18n merge -sourceLanguage ru -outdir languages languages/active.\*.toml languages/translate.\*.toml
 | 
			
		||||
 | 
			
		||||
Более подробно можно почитать тут: https://github.com/nicksnyder/go-i18n
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 39 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								images/screenshot-folder-structure.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								images/screenshot-folder-structure.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 7.4 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								images/screenshot-gui-for-ffmpeg.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								images/screenshot-gui-for-ffmpeg.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 31 KiB  | 
							
								
								
									
										36
									
								
								src/convertor/repository.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								src/convertor/repository.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,36 @@
 | 
			
		||||
package convertor
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/setting"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type RepositoryContract interface {
 | 
			
		||||
	GetPathFfmpeg() (string, error)
 | 
			
		||||
	SavePathFfmpeg(code string) (setting.Setting, error)
 | 
			
		||||
	GetPathFfprobe() (string, error)
 | 
			
		||||
	SavePathFfprobe(code string) (setting.Setting, error)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Repository struct {
 | 
			
		||||
	settingRepository setting.RepositoryContract
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewRepository(settingRepository setting.RepositoryContract) *Repository {
 | 
			
		||||
	return &Repository{settingRepository: settingRepository}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (r Repository) GetPathFfmpeg() (string, error) {
 | 
			
		||||
	return r.settingRepository.GetValue("ffmpeg")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (r Repository) SavePathFfmpeg(path string) (setting.Setting, error) {
 | 
			
		||||
	return r.settingRepository.CreateOrUpdate("ffmpeg", path)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (r Repository) GetPathFfprobe() (string, error) {
 | 
			
		||||
	return r.settingRepository.GetValue("ffprobe")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (r Repository) SavePathFfprobe(path string) (setting.Setting, error) {
 | 
			
		||||
	return r.settingRepository.CreateOrUpdate("ffprobe", path)
 | 
			
		||||
}
 | 
			
		||||
@@ -2,7 +2,7 @@ package convertor
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"errors"
 | 
			
		||||
	"ffmpegGui/helper"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/helper"
 | 
			
		||||
	"io"
 | 
			
		||||
	"os/exec"
 | 
			
		||||
	"regexp"
 | 
			
		||||
 
 | 
			
		||||
@@ -7,6 +7,9 @@ import (
 | 
			
		||||
	"fyne.io/fyne/v2/container"
 | 
			
		||||
	"fyne.io/fyne/v2/dialog"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/helper"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/localizer"
 | 
			
		||||
	"github.com/nicksnyder/go-i18n/v2/i18n"
 | 
			
		||||
	"image/color"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
@@ -14,10 +17,18 @@ type ViewContract interface {
 | 
			
		||||
	Main(
 | 
			
		||||
		runConvert func(setting HandleConvertSetting, progressbar *widget.ProgressBar) error,
 | 
			
		||||
	)
 | 
			
		||||
	SelectFFPath(
 | 
			
		||||
		ffmpegPath string,
 | 
			
		||||
		ffprobePath string,
 | 
			
		||||
		save func(ffmpegPath string, ffprobePath string) error,
 | 
			
		||||
		cancel func(),
 | 
			
		||||
		donwloadFFmpeg func(progressBar *widget.ProgressBar, progressMessage *canvas.Text) error,
 | 
			
		||||
	)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type View struct {
 | 
			
		||||
	w fyne.Window
 | 
			
		||||
	w                fyne.Window
 | 
			
		||||
	localizerService localizer.ServiceContract
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type HandleConvertSetting struct {
 | 
			
		||||
@@ -32,8 +43,11 @@ type enableFormConversionStruct struct {
 | 
			
		||||
	form                   *widget.Form
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewView(w fyne.Window) *View {
 | 
			
		||||
	return &View{w}
 | 
			
		||||
func NewView(w fyne.Window, localizerService localizer.ServiceContract) *View {
 | 
			
		||||
	return &View{
 | 
			
		||||
		w:                w,
 | 
			
		||||
		localizerService: localizerService,
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) Main(
 | 
			
		||||
@@ -41,7 +55,7 @@ func (v View) Main(
 | 
			
		||||
) {
 | 
			
		||||
	form := &widget.Form{}
 | 
			
		||||
 | 
			
		||||
	conversionMessage := canvas.NewText("", color.RGBA{255, 0, 0, 255})
 | 
			
		||||
	conversionMessage := canvas.NewText("", color.RGBA{R: 255, G: 0, B: 0, A: 255})
 | 
			
		||||
	conversionMessage.TextSize = 16
 | 
			
		||||
	conversionMessage.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
 | 
			
		||||
@@ -51,18 +65,35 @@ func (v View) Main(
 | 
			
		||||
	buttonForSelectedDir, buttonForSelectedDirMessage, pathToSaveDirectory := v.getButtonForSelectingDirectoryForSaving()
 | 
			
		||||
 | 
			
		||||
	isOverwriteOutputFiles := false
 | 
			
		||||
	checkboxOverwriteOutputFiles := widget.NewCheck("Разрешить перезаписать файл", func(b bool) {
 | 
			
		||||
	checkboxOverwriteOutputFilesTitle := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "checkboxOverwriteOutputFilesTitle",
 | 
			
		||||
	})
 | 
			
		||||
	checkboxOverwriteOutputFiles := widget.NewCheck(checkboxOverwriteOutputFilesTitle, func(b bool) {
 | 
			
		||||
		isOverwriteOutputFiles = b
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	form.Items = []*widget.FormItem{
 | 
			
		||||
		{Text: "Файл для ковертации:", Widget: fileVideoForConversion},
 | 
			
		||||
		{Widget: fileVideoForConversionMessage},
 | 
			
		||||
		{Text: "Папка куда будет сохраняться:", Widget: buttonForSelectedDir},
 | 
			
		||||
		{Widget: buttonForSelectedDirMessage},
 | 
			
		||||
		{Widget: checkboxOverwriteOutputFiles},
 | 
			
		||||
		{
 | 
			
		||||
			Text:   v.localizerService.GetMessage(&i18n.LocalizeConfig{MessageID: "fileVideoForConversionTitle"}),
 | 
			
		||||
			Widget: fileVideoForConversion,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			Widget: fileVideoForConversionMessage,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			Text:   v.localizerService.GetMessage(&i18n.LocalizeConfig{MessageID: "buttonForSelectedDirTitle"}),
 | 
			
		||||
			Widget: buttonForSelectedDir,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			Widget: buttonForSelectedDirMessage,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			Widget: checkboxOverwriteOutputFiles,
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
	form.SubmitText = "Конвертировать"
 | 
			
		||||
	form.SubmitText = v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "converterVideoFilesSubmitTitle",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	enableFormConversionStruct := enableFormConversionStruct{
 | 
			
		||||
		fileVideoForConversion: fileVideoForConversion,
 | 
			
		||||
@@ -72,7 +103,9 @@ func (v View) Main(
 | 
			
		||||
 | 
			
		||||
	form.OnSubmit = func() {
 | 
			
		||||
		if len(*pathToSaveDirectory) == 0 {
 | 
			
		||||
			showConversionMessage(conversionMessage, errors.New("Не выбрали папку для сохранения!"))
 | 
			
		||||
			showConversionMessage(conversionMessage, errors.New(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
				MessageID: "errorSelectedFolderSave",
 | 
			
		||||
			})))
 | 
			
		||||
			enableFormConversion(enableFormConversionStruct)
 | 
			
		||||
			return
 | 
			
		||||
		}
 | 
			
		||||
@@ -96,18 +129,25 @@ func (v View) Main(
 | 
			
		||||
		enableFormConversion(enableFormConversionStruct)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	v.w.SetContent(widget.NewCard("Конвертор видео файлов в mp4", "", container.NewVBox(form, conversionMessage, progress)))
 | 
			
		||||
	converterVideoFilesTitle := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "converterVideoFilesTitle",
 | 
			
		||||
	})
 | 
			
		||||
	v.w.SetContent(widget.NewCard(converterVideoFilesTitle, "", container.NewVBox(form, conversionMessage, progress)))
 | 
			
		||||
	form.Disable()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) getButtonFileVideoForConversion(form *widget.Form, progress *widget.ProgressBar, conversionMessage *canvas.Text) (*widget.Button, *canvas.Text, *File) {
 | 
			
		||||
	fileInput := &File{}
 | 
			
		||||
 | 
			
		||||
	fileVideoForConversionMessage := canvas.NewText("", color.RGBA{255, 0, 0, 255})
 | 
			
		||||
	fileVideoForConversionMessage := canvas.NewText("", color.RGBA{R: 255, G: 0, B: 0, A: 255})
 | 
			
		||||
	fileVideoForConversionMessage.TextSize = 16
 | 
			
		||||
	fileVideoForConversionMessage.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
 | 
			
		||||
	button := widget.NewButton("выбрать", func() {
 | 
			
		||||
	buttonTitle := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "choose",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	button := widget.NewButton(buttonTitle, func() {
 | 
			
		||||
		fileDialog := dialog.NewFileOpen(
 | 
			
		||||
			func(r fyne.URIReadCloser, err error) {
 | 
			
		||||
				if err != nil {
 | 
			
		||||
@@ -131,6 +171,7 @@ func (v View) getButtonFileVideoForConversion(form *widget.Form, progress *widge
 | 
			
		||||
				progress.Refresh()
 | 
			
		||||
				conversionMessage.Text = ""
 | 
			
		||||
			}, v.w)
 | 
			
		||||
		helper.FileDialogResize(fileDialog, v.w)
 | 
			
		||||
		fileDialog.Show()
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
@@ -138,14 +179,18 @@ func (v View) getButtonFileVideoForConversion(form *widget.Form, progress *widge
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) getButtonForSelectingDirectoryForSaving() (button *widget.Button, buttonMessage *canvas.Text, dirPath *string) {
 | 
			
		||||
	buttonMessage = canvas.NewText("", color.RGBA{255, 0, 0, 255})
 | 
			
		||||
	buttonMessage = canvas.NewText("", color.RGBA{R: 255, G: 0, B: 0, A: 255})
 | 
			
		||||
	buttonMessage.TextSize = 16
 | 
			
		||||
	buttonMessage.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
 | 
			
		||||
	path := ""
 | 
			
		||||
	dirPath = &path
 | 
			
		||||
 | 
			
		||||
	button = widget.NewButton("выбрать", func() {
 | 
			
		||||
	buttonTitle := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "choose",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	button = widget.NewButton(buttonTitle, func() {
 | 
			
		||||
		fileDialog := dialog.NewFolderOpen(
 | 
			
		||||
			func(r fyne.ListableURI, err error) {
 | 
			
		||||
				if err != nil {
 | 
			
		||||
@@ -162,6 +207,7 @@ func (v View) getButtonForSelectingDirectoryForSaving() (button *widget.Button,
 | 
			
		||||
				buttonMessage.Text = r.Path()
 | 
			
		||||
				setStringSuccessStyle(buttonMessage)
 | 
			
		||||
			}, v.w)
 | 
			
		||||
		helper.FileDialogResize(fileDialog, v.w)
 | 
			
		||||
		fileDialog.Show()
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
@@ -169,12 +215,12 @@ func (v View) getButtonForSelectingDirectoryForSaving() (button *widget.Button,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func setStringErrorStyle(text *canvas.Text) {
 | 
			
		||||
	text.Color = color.RGBA{255, 0, 0, 255}
 | 
			
		||||
	text.Color = color.RGBA{R: 255, G: 0, B: 0, A: 255}
 | 
			
		||||
	text.Refresh()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func setStringSuccessStyle(text *canvas.Text) {
 | 
			
		||||
	text.Color = color.RGBA{49, 127, 114, 255}
 | 
			
		||||
	text.Color = color.RGBA{R: 49, G: 127, B: 114, A: 255}
 | 
			
		||||
	text.Refresh()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										124
									
								
								src/convertor/view_setting.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										124
									
								
								src/convertor/view_setting.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,124 @@
 | 
			
		||||
package convertor
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fyne.io/fyne/v2"
 | 
			
		||||
	"fyne.io/fyne/v2/canvas"
 | 
			
		||||
	"fyne.io/fyne/v2/container"
 | 
			
		||||
	"fyne.io/fyne/v2/dialog"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/helper"
 | 
			
		||||
	"github.com/nicksnyder/go-i18n/v2/i18n"
 | 
			
		||||
	"image/color"
 | 
			
		||||
	"net/url"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func (v View) SelectFFPath(
 | 
			
		||||
	currentPathFfmpeg string,
 | 
			
		||||
	currentPathFfprobe string,
 | 
			
		||||
	save func(ffmpegPath string, ffprobePath string) error,
 | 
			
		||||
	cancel func(),
 | 
			
		||||
	donwloadFFmpeg func(progressBar *widget.ProgressBar, progressMessage *canvas.Text) error,
 | 
			
		||||
) {
 | 
			
		||||
	errorMessage := canvas.NewText("", color.RGBA{R: 255, G: 0, B: 0, A: 255})
 | 
			
		||||
	errorMessage.TextSize = 16
 | 
			
		||||
	errorMessage.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
 | 
			
		||||
	ffmpegPath, buttonFFmpeg, buttonFFmpegMessage := v.getButtonSelectFile(currentPathFfmpeg)
 | 
			
		||||
	ffprobePath, buttonFFprobe, buttonFFprobeMessage := v.getButtonSelectFile(currentPathFfprobe)
 | 
			
		||||
 | 
			
		||||
	link := widget.NewHyperlink("https://ffmpeg.org/download.html", &url.URL{
 | 
			
		||||
		Scheme: "https",
 | 
			
		||||
		Host:   "ffmpeg.org",
 | 
			
		||||
		Path:   "download.html",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	form := &widget.Form{
 | 
			
		||||
		Items: []*widget.FormItem{
 | 
			
		||||
			{
 | 
			
		||||
				Text: v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
					MessageID: "titleDownloadLink",
 | 
			
		||||
				}),
 | 
			
		||||
				Widget: link,
 | 
			
		||||
			},
 | 
			
		||||
			{
 | 
			
		||||
				Text: v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
					MessageID: "pathToFfmpeg",
 | 
			
		||||
				}),
 | 
			
		||||
				Widget: buttonFFmpeg,
 | 
			
		||||
			},
 | 
			
		||||
			{
 | 
			
		||||
				Widget: buttonFFmpegMessage,
 | 
			
		||||
			},
 | 
			
		||||
			{
 | 
			
		||||
				Text: v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
					MessageID: "pathToFfprobe",
 | 
			
		||||
				}),
 | 
			
		||||
				Widget: buttonFFprobe,
 | 
			
		||||
			},
 | 
			
		||||
			{
 | 
			
		||||
				Widget: buttonFFprobeMessage,
 | 
			
		||||
			},
 | 
			
		||||
			{
 | 
			
		||||
				Widget: errorMessage,
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
		SubmitText: v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
			MessageID: "save",
 | 
			
		||||
		}),
 | 
			
		||||
		OnSubmit: func() {
 | 
			
		||||
			err := save(*ffmpegPath, *ffprobePath)
 | 
			
		||||
			if err != nil {
 | 
			
		||||
				errorMessage.Text = err.Error()
 | 
			
		||||
			}
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
	if cancel != nil {
 | 
			
		||||
		form.OnCancel = cancel
 | 
			
		||||
		form.CancelText = v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
			MessageID: "cancel",
 | 
			
		||||
		})
 | 
			
		||||
	}
 | 
			
		||||
	selectFFPathTitle := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "selectFFPathTitle",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	v.w.SetContent(widget.NewCard(selectFFPathTitle, "", container.NewVBox(
 | 
			
		||||
		form,
 | 
			
		||||
		v.blockDownloadFFmpeg(donwloadFFmpeg),
 | 
			
		||||
	)))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) getButtonSelectFile(path string) (filePath *string, button *widget.Button, buttonMessage *canvas.Text) {
 | 
			
		||||
	filePath = &path
 | 
			
		||||
 | 
			
		||||
	buttonMessage = canvas.NewText(path, color.RGBA{R: 49, G: 127, B: 114, A: 255})
 | 
			
		||||
	buttonMessage.TextSize = 16
 | 
			
		||||
	buttonMessage.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
 | 
			
		||||
	buttonTitle := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "choose",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	button = widget.NewButton(buttonTitle, func() {
 | 
			
		||||
		fileDialog := dialog.NewFileOpen(
 | 
			
		||||
			func(r fyne.URIReadCloser, err error) {
 | 
			
		||||
				if err != nil {
 | 
			
		||||
					buttonMessage.Text = err.Error()
 | 
			
		||||
					setStringErrorStyle(buttonMessage)
 | 
			
		||||
					return
 | 
			
		||||
				}
 | 
			
		||||
				if r == nil {
 | 
			
		||||
					return
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
				path = r.URI().Path()
 | 
			
		||||
 | 
			
		||||
				buttonMessage.Text = r.URI().Path()
 | 
			
		||||
				setStringSuccessStyle(buttonMessage)
 | 
			
		||||
			}, v.w)
 | 
			
		||||
		helper.FileDialogResize(fileDialog, v.w)
 | 
			
		||||
		fileDialog.Show()
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										17
									
								
								src/convertor/view_setting_button_download_ffmpeg_anyos.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								src/convertor/view_setting_button_download_ffmpeg_anyos.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
//go:build !windows
 | 
			
		||||
// +build !windows
 | 
			
		||||
 | 
			
		||||
package convertor
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fyne.io/fyne/v2"
 | 
			
		||||
	"fyne.io/fyne/v2/canvas"
 | 
			
		||||
	"fyne.io/fyne/v2/container"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func (v View) blockDownloadFFmpeg(
 | 
			
		||||
	donwloadFFmpeg func(progressBar *widget.ProgressBar, progressMessage *canvas.Text) error,
 | 
			
		||||
) *fyne.Container {
 | 
			
		||||
	return container.NewVBox()
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										63
									
								
								src/convertor/view_setting_button_download_ffmpeg_windows.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										63
									
								
								src/convertor/view_setting_button_download_ffmpeg_windows.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,63 @@
 | 
			
		||||
//go:build windows
 | 
			
		||||
// +build windows
 | 
			
		||||
 | 
			
		||||
package convertor
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fyne.io/fyne/v2"
 | 
			
		||||
	"fyne.io/fyne/v2/canvas"
 | 
			
		||||
	"fyne.io/fyne/v2/container"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"github.com/nicksnyder/go-i18n/v2/i18n"
 | 
			
		||||
	"golang.org/x/image/colornames"
 | 
			
		||||
	"image/color"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func (v View) blockDownloadFFmpeg(
 | 
			
		||||
	donwloadFFmpeg func(progressBar *widget.ProgressBar, progressMessage *canvas.Text) error,
 | 
			
		||||
) *fyne.Container {
 | 
			
		||||
 | 
			
		||||
	errorDownloadFFmpegMessage := canvas.NewText("", color.RGBA{R: 255, G: 0, B: 0, A: 255})
 | 
			
		||||
	errorDownloadFFmpegMessage.TextSize = 16
 | 
			
		||||
	errorDownloadFFmpegMessage.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
 | 
			
		||||
	progressDownloadFFmpegMessage := canvas.NewText("", color.RGBA{R: 49, G: 127, B: 114, A: 255})
 | 
			
		||||
	progressDownloadFFmpegMessage.TextSize = 16
 | 
			
		||||
	progressDownloadFFmpegMessage.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
 | 
			
		||||
	progressBar := widget.NewProgressBar()
 | 
			
		||||
 | 
			
		||||
	var buttonDownloadFFmpeg *widget.Button
 | 
			
		||||
 | 
			
		||||
	buttonDownloadFFmpeg = widget.NewButton(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "download",
 | 
			
		||||
	}), func() {
 | 
			
		||||
		buttonDownloadFFmpeg.Disable()
 | 
			
		||||
 | 
			
		||||
		err := donwloadFFmpeg(progressBar, progressDownloadFFmpegMessage)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			errorDownloadFFmpegMessage.Text = err.Error()
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		buttonDownloadFFmpeg.Enable()
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	downloadFFmpegFromSiteMessage := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "downloadFFmpegFromSite",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	return container.NewVBox(
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
		widget.NewCard(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
			MessageID: "buttonDownloadFFmpeg",
 | 
			
		||||
		}), "", container.NewVBox(
 | 
			
		||||
			widget.NewRichTextFromMarkdown(
 | 
			
		||||
				downloadFFmpegFromSiteMessage+" [https://github.com/BtbN/FFmpeg-Builds/releases](https://github.com/BtbN/FFmpeg-Builds/releases)",
 | 
			
		||||
			),
 | 
			
		||||
			buttonDownloadFFmpeg,
 | 
			
		||||
			errorDownloadFFmpegMessage,
 | 
			
		||||
			progressDownloadFFmpegMessage,
 | 
			
		||||
			progressBar,
 | 
			
		||||
		)),
 | 
			
		||||
	)
 | 
			
		||||
}
 | 
			
		||||
@@ -4,6 +4,8 @@ import (
 | 
			
		||||
	"fyne.io/fyne/v2"
 | 
			
		||||
	"fyne.io/fyne/v2/container"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/localizer"
 | 
			
		||||
	"github.com/nicksnyder/go-i18n/v2/i18n"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type ViewContract interface {
 | 
			
		||||
@@ -11,16 +13,54 @@ type ViewContract interface {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type View struct {
 | 
			
		||||
	w fyne.Window
 | 
			
		||||
	w                fyne.Window
 | 
			
		||||
	localizerService localizer.ServiceContract
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewView(w fyne.Window) *View {
 | 
			
		||||
	return &View{w}
 | 
			
		||||
func NewView(w fyne.Window, localizerService localizer.ServiceContract) *View {
 | 
			
		||||
	return &View{
 | 
			
		||||
		w:                w,
 | 
			
		||||
		localizerService: localizerService,
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) PanicError(err error) {
 | 
			
		||||
	v.w.SetContent(container.NewVBox(
 | 
			
		||||
		widget.NewLabel("Произошла ошибка!"),
 | 
			
		||||
		widget.NewLabel("Ошибка: "+err.Error()),
 | 
			
		||||
	messageHead := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "error",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	v.w.SetContent(container.NewBorder(
 | 
			
		||||
		container.NewVBox(
 | 
			
		||||
			widget.NewLabel(messageHead),
 | 
			
		||||
			widget.NewLabel(err.Error()),
 | 
			
		||||
		),
 | 
			
		||||
		nil,
 | 
			
		||||
		nil,
 | 
			
		||||
		nil,
 | 
			
		||||
		localizer.LanguageSelectionForm(v.localizerService, func(lang localizer.Lang) {
 | 
			
		||||
			v.PanicError(err)
 | 
			
		||||
		}),
 | 
			
		||||
	))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) PanicErrorWriteDirectoryData() {
 | 
			
		||||
	message := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "errorDatabase",
 | 
			
		||||
	})
 | 
			
		||||
	messageHead := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "error",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	v.w.SetContent(container.NewBorder(
 | 
			
		||||
		container.NewVBox(
 | 
			
		||||
			widget.NewLabel(messageHead),
 | 
			
		||||
			widget.NewLabel(message),
 | 
			
		||||
		),
 | 
			
		||||
		nil,
 | 
			
		||||
		nil,
 | 
			
		||||
		nil,
 | 
			
		||||
		localizer.LanguageSelectionForm(v.localizerService, func(lang localizer.Lang) {
 | 
			
		||||
			v.PanicErrorWriteDirectoryData()
 | 
			
		||||
		}),
 | 
			
		||||
	))
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										27
									
								
								src/go.mod
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								src/go.mod
									
									
									
									
									
								
							@@ -1,18 +1,27 @@
 | 
			
		||||
module ffmpegGui
 | 
			
		||||
module git.kor-elf.net/kor-elf/gui-for-ffmpeg
 | 
			
		||||
 | 
			
		||||
go 1.21
 | 
			
		||||
 | 
			
		||||
require (
 | 
			
		||||
	fyne.io/fyne/v2 v2.4.3 // indirect
 | 
			
		||||
	fyne.io/fyne/v2 v2.4.3
 | 
			
		||||
	github.com/BurntSushi/toml v1.3.2
 | 
			
		||||
	github.com/mattn/go-sqlite3 v1.14.21
 | 
			
		||||
	github.com/nicksnyder/go-i18n/v2 v2.4.0
 | 
			
		||||
	golang.org/x/text v0.14.0
 | 
			
		||||
	gorm.io/driver/sqlite v1.5.4
 | 
			
		||||
	gorm.io/gorm v1.25.6
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
require (
 | 
			
		||||
	fyne.io/systray v1.10.1-0.20231115130155-104f5ef7839e // indirect
 | 
			
		||||
	github.com/davecgh/go-spew v1.1.1 // indirect
 | 
			
		||||
	github.com/fredbi/uri v1.0.0 // indirect
 | 
			
		||||
	github.com/fredbi/uri v1.1.0 // indirect
 | 
			
		||||
	github.com/fsnotify/fsnotify v1.6.0 // indirect
 | 
			
		||||
	github.com/fyne-io/gl-js v0.0.0-20220119005834-d2da28d9ccfe // indirect
 | 
			
		||||
	github.com/fyne-io/glfw-js v0.0.0-20220120001248-ee7290d23504 // indirect
 | 
			
		||||
	github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2 // indirect
 | 
			
		||||
	github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
 | 
			
		||||
	github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
 | 
			
		||||
	github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
 | 
			
		||||
	github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240118000515-a250818d05e3 // indirect
 | 
			
		||||
	github.com/go-text/render v0.0.0-20230619120952-35bccb6164b8 // indirect
 | 
			
		||||
	github.com/go-text/typesetting v0.0.0-20230616162802-9c17dd34aa4a // indirect
 | 
			
		||||
	github.com/godbus/dbus/v5 v5.1.0 // indirect
 | 
			
		||||
@@ -20,7 +29,6 @@ require (
 | 
			
		||||
	github.com/jinzhu/inflection v1.0.0 // indirect
 | 
			
		||||
	github.com/jinzhu/now v1.1.5 // indirect
 | 
			
		||||
	github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // indirect
 | 
			
		||||
	github.com/mattn/go-sqlite3 v1.14.19 // indirect
 | 
			
		||||
	github.com/pmezard/go-difflib v1.0.0 // indirect
 | 
			
		||||
	github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
 | 
			
		||||
	github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
 | 
			
		||||
@@ -29,11 +37,8 @@ require (
 | 
			
		||||
	github.com/yuin/goldmark v1.5.5 // indirect
 | 
			
		||||
	golang.org/x/image v0.11.0 // indirect
 | 
			
		||||
	golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect
 | 
			
		||||
	golang.org/x/net v0.17.0 // indirect
 | 
			
		||||
	golang.org/x/sys v0.13.0 // indirect
 | 
			
		||||
	golang.org/x/text v0.13.0 // indirect
 | 
			
		||||
	golang.org/x/net v0.20.0 // indirect
 | 
			
		||||
	golang.org/x/sys v0.16.0 // indirect
 | 
			
		||||
	gopkg.in/yaml.v3 v3.0.1 // indirect
 | 
			
		||||
	gorm.io/driver/sqlite v1.5.4 // indirect
 | 
			
		||||
	gorm.io/gorm v1.25.5 // indirect
 | 
			
		||||
	honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										32
									
								
								src/go.sum
									
									
									
									
									
								
							
							
						
						
									
										32
									
								
								src/go.sum
									
									
									
									
									
								
							@@ -42,6 +42,8 @@ fyne.io/fyne/v2 v2.4.3/go.mod h1:1h3BKxmQYRJlr2g+RGVxedzr6vLVQ/AJmFWcF9CJnoQ=
 | 
			
		||||
fyne.io/systray v1.10.1-0.20231115130155-104f5ef7839e h1:Hvs+kW2VwCzNToF3FmnIAzmivNgrclwPgoUdVSrjkP8=
 | 
			
		||||
fyne.io/systray v1.10.1-0.20231115130155-104f5ef7839e/go.mod h1:oM2AQqGJ1AMo4nNqZFYU8xYygSBZkW2hmdJ7n4yjedE=
 | 
			
		||||
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
 | 
			
		||||
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=
 | 
			
		||||
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
 | 
			
		||||
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
 | 
			
		||||
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
 | 
			
		||||
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
 | 
			
		||||
@@ -73,6 +75,8 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7
 | 
			
		||||
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
 | 
			
		||||
github.com/fredbi/uri v1.0.0 h1:s4QwUAZ8fz+mbTsukND+4V5f+mJ/wjaTokwstGUAemg=
 | 
			
		||||
github.com/fredbi/uri v1.0.0/go.mod h1:1xC40RnIOGCaQzswaOvrzvG/3M3F0hyDVb3aO/1iGy0=
 | 
			
		||||
github.com/fredbi/uri v1.1.0 h1:OqLpTXtyRg9ABReqvDGdJPqZUxs8cyBDOMXBbskCaB8=
 | 
			
		||||
github.com/fredbi/uri v1.1.0/go.mod h1:aYTUoAXBOq7BLfVJ8GnKmfcuURosB1xyHDIfWeC/iW4=
 | 
			
		||||
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
 | 
			
		||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
 | 
			
		||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
 | 
			
		||||
@@ -85,16 +89,22 @@ github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2/go.mod h1:eO7W361vml
 | 
			
		||||
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
 | 
			
		||||
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk=
 | 
			
		||||
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6/go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw=
 | 
			
		||||
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 h1:5BVwOaUSBTlVZowGO6VZGw2H/zl9nrd3eCZfYV+NfQA=
 | 
			
		||||
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71/go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw=
 | 
			
		||||
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
 | 
			
		||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
 | 
			
		||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
 | 
			
		||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
 | 
			
		||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b h1:GgabKamyOYguHqHjSkDACcgoPIz3w0Dis/zJ1wyHHHU=
 | 
			
		||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
 | 
			
		||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240118000515-a250818d05e3 h1:nanQfMsOs3gnuKRm0E5jXWomedE/9YIFXdmHJNZYeqc=
 | 
			
		||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240118000515-a250818d05e3/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
 | 
			
		||||
github.com/go-text/render v0.0.0-20230619120952-35bccb6164b8 h1:VkKnvzbvHqgEfm351rfr8Uclu5fnwq8HP2ximUzJsBM=
 | 
			
		||||
github.com/go-text/render v0.0.0-20230619120952-35bccb6164b8/go.mod h1:h29xCucjNsDcYb7+0rJokxVwYAq+9kQ19WiFuBKkYtc=
 | 
			
		||||
github.com/go-text/typesetting v0.0.0-20230616162802-9c17dd34aa4a h1:VjN8ttdfklC0dnAdKbZqGNESdERUxtE3l8a/4Grgarc=
 | 
			
		||||
github.com/go-text/typesetting v0.0.0-20230616162802-9c17dd34aa4a/go.mod h1:evDBbvNR/KaVFZ2ZlDSOWWXIUKq0wCOEtzLxRM8SG3k=
 | 
			
		||||
github.com/go-text/typesetting-utils v0.0.0-20230616150549-2a7df14b6a22 h1:LBQTFxP2MfsyEDqSKmUBZaDuDHN1vpqDyOZjcqS7MYI=
 | 
			
		||||
github.com/go-text/typesetting-utils v0.0.0-20230616150549-2a7df14b6a22/go.mod h1:DDxDdQEnB70R8owOx3LVpEFvpMK9eeH1o2r0yZhFI9o=
 | 
			
		||||
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
 | 
			
		||||
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=
 | 
			
		||||
github.com/godbus/dbus/v5 v5.1.0/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
 | 
			
		||||
@@ -204,14 +214,18 @@ github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfV
 | 
			
		||||
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
 | 
			
		||||
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
 | 
			
		||||
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
 | 
			
		||||
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
 | 
			
		||||
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
 | 
			
		||||
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
 | 
			
		||||
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
 | 
			
		||||
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
 | 
			
		||||
github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
 | 
			
		||||
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
 | 
			
		||||
github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
 | 
			
		||||
github.com/mattn/go-sqlite3 v1.14.19 h1:fhGleo2h1p8tVChob4I9HpmVFIAkKGpiukdrgQbWfGI=
 | 
			
		||||
github.com/mattn/go-sqlite3 v1.14.19/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
 | 
			
		||||
github.com/mattn/go-sqlite3 v1.14.21 h1:IXocQLOykluc3xPE0Lvy8FtggMz1G+U3mEjg+0zGizc=
 | 
			
		||||
github.com/mattn/go-sqlite3 v1.14.21/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
 | 
			
		||||
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
 | 
			
		||||
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
 | 
			
		||||
github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
 | 
			
		||||
@@ -226,6 +240,10 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lN
 | 
			
		||||
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
 | 
			
		||||
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86/go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo=
 | 
			
		||||
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c/go.mod h1:Qr6/a/Q4r9LP1IltGz7tA7iOK1WonHEYhu1HRBA7ZiM=
 | 
			
		||||
github.com/nicksnyder/go-i18n/v2 v2.3.0 h1:2NPsCsNFCVd7i+Su0xYsBrIhS3bE2XMv5gNTft2O+PQ=
 | 
			
		||||
github.com/nicksnyder/go-i18n/v2 v2.3.0/go.mod h1:nxYSZE9M0bf3Y70gPQjN9ha7XNHX7gMc814+6wVyEI4=
 | 
			
		||||
github.com/nicksnyder/go-i18n/v2 v2.4.0 h1:3IcvPOAvnCKwNm0TB0dLDTuawWEj+ax/RERNC+diLMM=
 | 
			
		||||
github.com/nicksnyder/go-i18n/v2 v2.4.0/go.mod h1:nxYSZE9M0bf3Y70gPQjN9ha7XNHX7gMc814+6wVyEI4=
 | 
			
		||||
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
 | 
			
		||||
github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
 | 
			
		||||
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
 | 
			
		||||
@@ -385,6 +403,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
 | 
			
		||||
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
 | 
			
		||||
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
 | 
			
		||||
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
 | 
			
		||||
golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo=
 | 
			
		||||
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
 | 
			
		||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
 | 
			
		||||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
 | 
			
		||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
 | 
			
		||||
@@ -461,6 +481,8 @@ golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBc
 | 
			
		||||
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 | 
			
		||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
 | 
			
		||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 | 
			
		||||
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
 | 
			
		||||
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
 | 
			
		||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
 | 
			
		||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
 | 
			
		||||
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
 | 
			
		||||
@@ -475,8 +497,8 @@ golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
 | 
			
		||||
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
 | 
			
		||||
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
 | 
			
		||||
golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
 | 
			
		||||
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
 | 
			
		||||
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
 | 
			
		||||
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
 | 
			
		||||
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
 | 
			
		||||
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
 | 
			
		||||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
 | 
			
		||||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
 | 
			
		||||
@@ -642,12 +664,14 @@ google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlba
 | 
			
		||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
 | 
			
		||||
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
 | 
			
		||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
 | 
			
		||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
 | 
			
		||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
 | 
			
		||||
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
 | 
			
		||||
gopkg.in/ini.v1 v1.62.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
 | 
			
		||||
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
 | 
			
		||||
gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
 | 
			
		||||
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
 | 
			
		||||
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
 | 
			
		||||
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
 | 
			
		||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 | 
			
		||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 | 
			
		||||
@@ -655,10 +679,10 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
 | 
			
		||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 | 
			
		||||
gorm.io/driver/sqlite v1.5.4 h1:IqXwXi8M/ZlPzH/947tn5uik3aYQslP9BVveoax0nV0=
 | 
			
		||||
gorm.io/driver/sqlite v1.5.4/go.mod h1:qxAuCol+2r6PannQDpOP1FP6ag3mKi4esLnB/jHed+4=
 | 
			
		||||
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 h1:sC1Xj4TYrLqg1n3AN10w871An7wJM0gzgcm8jkIkECQ=
 | 
			
		||||
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55/go.mod h1:L4uxeKpfBml98NYqVqwAdmV1a2nBtAec/cf3fpucW/k=
 | 
			
		||||
gorm.io/gorm v1.25.5 h1:zR9lOiiYf09VNh5Q1gphfyia1JpiClIWG9hQaxB/mls=
 | 
			
		||||
gorm.io/gorm v1.25.5/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
 | 
			
		||||
gorm.io/gorm v1.25.6 h1:V92+vVda1wEISSOMtodHVRcUIOPYa2tgQtyF+DfFx+A=
 | 
			
		||||
gorm.io/gorm v1.25.6/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
 | 
			
		||||
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 h1:oomkgU6VaQDsV6qZby2uz1Lap0eXmku8+2em3A/l700=
 | 
			
		||||
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2/go.mod h1:sUMDUKNB2ZcVjt92UnLy3cdGs+wDAcrPdV3JP6sVgA4=
 | 
			
		||||
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
 | 
			
		||||
 
 | 
			
		||||
@@ -3,44 +3,65 @@ package handler
 | 
			
		||||
import (
 | 
			
		||||
	"bufio"
 | 
			
		||||
	"errors"
 | 
			
		||||
	"ffmpegGui/convertor"
 | 
			
		||||
	"ffmpegGui/helper"
 | 
			
		||||
	"ffmpegGui/setting"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/convertor"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/helper"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/localizer"
 | 
			
		||||
	"github.com/nicksnyder/go-i18n/v2/i18n"
 | 
			
		||||
	"io"
 | 
			
		||||
	"regexp"
 | 
			
		||||
	"runtime"
 | 
			
		||||
	"strconv"
 | 
			
		||||
	"strings"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type ConvertorHandlerContract interface {
 | 
			
		||||
	MainConvertor()
 | 
			
		||||
	FfPathSelection()
 | 
			
		||||
	GetFfmpegVersion() (string, error)
 | 
			
		||||
	GetFfprobeVersion() (string, error)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type ConvertorHandler struct {
 | 
			
		||||
	convertorService  convertor.ServiceContract
 | 
			
		||||
	convertorView     convertor.ViewContract
 | 
			
		||||
	settingView       setting.ViewContract
 | 
			
		||||
	settingRepository setting.RepositoryContract
 | 
			
		||||
	convertorService    convertor.ServiceContract
 | 
			
		||||
	convertorView       convertor.ViewContract
 | 
			
		||||
	convertorRepository convertor.RepositoryContract
 | 
			
		||||
	localizerService    localizer.ServiceContract
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewConvertorHandler(
 | 
			
		||||
	convertorService convertor.ServiceContract,
 | 
			
		||||
	convertorView convertor.ViewContract,
 | 
			
		||||
	settingView setting.ViewContract,
 | 
			
		||||
	settingRepository setting.RepositoryContract,
 | 
			
		||||
	convertorRepository convertor.RepositoryContract,
 | 
			
		||||
	localizerService localizer.ServiceContract,
 | 
			
		||||
) *ConvertorHandler {
 | 
			
		||||
	return &ConvertorHandler{
 | 
			
		||||
		convertorService,
 | 
			
		||||
		convertorView,
 | 
			
		||||
		settingView,
 | 
			
		||||
		settingRepository,
 | 
			
		||||
		convertorService:    convertorService,
 | 
			
		||||
		convertorView:       convertorView,
 | 
			
		||||
		convertorRepository: convertorRepository,
 | 
			
		||||
		localizerService:    localizerService,
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h ConvertorHandler) GetConvertor() {
 | 
			
		||||
func (h ConvertorHandler) MainConvertor() {
 | 
			
		||||
	if h.checkingFFPathUtilities() == true {
 | 
			
		||||
		h.convertorView.Main(h.runConvert)
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	h.settingView.SelectFFPath(h.saveSettingFFPath)
 | 
			
		||||
	h.convertorView.SelectFFPath("", "", h.saveSettingFFPath, nil, h.downloadFFmpeg)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h ConvertorHandler) FfPathSelection() {
 | 
			
		||||
	ffmpeg, _ := h.convertorRepository.GetPathFfmpeg()
 | 
			
		||||
	ffprobe, _ := h.convertorRepository.GetPathFfprobe()
 | 
			
		||||
	h.convertorView.SelectFFPath(ffmpeg, ffprobe, h.saveSettingFFPath, h.MainConvertor, h.downloadFFmpeg)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h ConvertorHandler) GetFfmpegVersion() (string, error) {
 | 
			
		||||
	return h.convertorService.GetFFmpegVesrion()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h ConvertorHandler) GetFfprobeVersion() (string, error) {
 | 
			
		||||
	return h.convertorService.GetFFprobeVersion()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h ConvertorHandler) runConvert(setting convertor.HandleConvertSetting, progressbar *widget.ProgressBar) error {
 | 
			
		||||
@@ -48,7 +69,7 @@ func (h ConvertorHandler) runConvert(setting convertor.HandleConvertSetting, pro
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	progress := NewProgress(totalDuration, progressbar)
 | 
			
		||||
	progress := NewProgress(totalDuration, progressbar, h.localizerService)
 | 
			
		||||
 | 
			
		||||
	return h.convertorService.RunConvert(
 | 
			
		||||
		convertor.ConvertSetting{
 | 
			
		||||
@@ -69,12 +90,7 @@ func (h ConvertorHandler) checkingFFPathUtilities() bool {
 | 
			
		||||
		return true
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	var pathsToFF []convertor.FFPathUtilities
 | 
			
		||||
	if runtime.GOOS == "windows" {
 | 
			
		||||
		pathsToFF = []convertor.FFPathUtilities{{"ffmpeg\\bin\\ffmpeg.exe", "ffmpeg\\bin\\ffprobe.exe"}}
 | 
			
		||||
	} else {
 | 
			
		||||
		pathsToFF = []convertor.FFPathUtilities{{"ffmpeg/bin/ffmpeg", "ffmpeg/bin/ffprobe"}, {"ffmpeg", "ffprobe"}}
 | 
			
		||||
	}
 | 
			
		||||
	pathsToFF := getPathsToFF()
 | 
			
		||||
	for _, item := range pathsToFF {
 | 
			
		||||
		ffmpegChecking, _ := h.convertorService.ChangeFFmpegPath(item.FFmpeg)
 | 
			
		||||
		if ffmpegChecking == false {
 | 
			
		||||
@@ -84,10 +100,8 @@ func (h ConvertorHandler) checkingFFPathUtilities() bool {
 | 
			
		||||
		if ffprobeChecking == false {
 | 
			
		||||
			continue
 | 
			
		||||
		}
 | 
			
		||||
		ffmpegEntity := setting.Setting{Code: "ffmpeg", Value: item.FFmpeg}
 | 
			
		||||
		_, _ = h.settingRepository.Create(ffmpegEntity)
 | 
			
		||||
		ffprobeEntity := setting.Setting{Code: "ffprobe", Value: item.FFprobe}
 | 
			
		||||
		_, _ = h.settingRepository.Create(ffprobeEntity)
 | 
			
		||||
		_, _ = h.convertorRepository.SavePathFfmpeg(item.FFmpeg)
 | 
			
		||||
		_, _ = h.convertorRepository.SavePathFfprobe(item.FFprobe)
 | 
			
		||||
		return true
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
@@ -97,20 +111,24 @@ func (h ConvertorHandler) checkingFFPathUtilities() bool {
 | 
			
		||||
func (h ConvertorHandler) saveSettingFFPath(ffmpegPath string, ffprobePath string) error {
 | 
			
		||||
	ffmpegChecking, _ := h.convertorService.ChangeFFmpegPath(ffmpegPath)
 | 
			
		||||
	if ffmpegChecking == false {
 | 
			
		||||
		return errors.New("это не FFmpeg")
 | 
			
		||||
		errorText := h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
			MessageID: "errorFFmpeg",
 | 
			
		||||
		})
 | 
			
		||||
		return errors.New(errorText)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	ffprobeChecking, _ := h.convertorService.ChangeFFprobePath(ffprobePath)
 | 
			
		||||
	if ffprobeChecking == false {
 | 
			
		||||
		return errors.New("это не FFprobe")
 | 
			
		||||
		errorText := h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
			MessageID: "errorFFprobe",
 | 
			
		||||
		})
 | 
			
		||||
		return errors.New(errorText)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	ffmpegEntity := setting.Setting{Code: "ffmpeg", Value: ffmpegPath}
 | 
			
		||||
	_, _ = h.settingRepository.Create(ffmpegEntity)
 | 
			
		||||
	ffprobeEntity := setting.Setting{Code: "ffprobe", Value: ffprobePath}
 | 
			
		||||
	_, _ = h.settingRepository.Create(ffprobeEntity)
 | 
			
		||||
	_, _ = h.convertorRepository.SavePathFfmpeg(ffmpegPath)
 | 
			
		||||
	_, _ = h.convertorRepository.SavePathFfprobe(ffprobePath)
 | 
			
		||||
 | 
			
		||||
	h.GetConvertor()
 | 
			
		||||
	h.MainConvertor()
 | 
			
		||||
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
@@ -129,25 +147,27 @@ func (h ConvertorHandler) checkingFFPath() bool {
 | 
			
		||||
	return true
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type progress struct {
 | 
			
		||||
	totalDuration float64
 | 
			
		||||
	progressbar   *widget.ProgressBar
 | 
			
		||||
	protocol      string
 | 
			
		||||
type Progress struct {
 | 
			
		||||
	totalDuration    float64
 | 
			
		||||
	progressbar      *widget.ProgressBar
 | 
			
		||||
	protocol         string
 | 
			
		||||
	localizerService localizer.ServiceContract
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewProgress(totalDuration float64, progressbar *widget.ProgressBar) progress {
 | 
			
		||||
	return progress{
 | 
			
		||||
		totalDuration: totalDuration,
 | 
			
		||||
		progressbar:   progressbar,
 | 
			
		||||
		protocol:      "pipe:",
 | 
			
		||||
func NewProgress(totalDuration float64, progressbar *widget.ProgressBar, localizerService localizer.ServiceContract) Progress {
 | 
			
		||||
	return Progress{
 | 
			
		||||
		totalDuration:    totalDuration,
 | 
			
		||||
		progressbar:      progressbar,
 | 
			
		||||
		protocol:         "pipe:",
 | 
			
		||||
		localizerService: localizerService,
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (p progress) GetProtocole() string {
 | 
			
		||||
func (p Progress) GetProtocole() string {
 | 
			
		||||
	return p.protocol
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (p progress) Run(stdOut io.ReadCloser, stdErr io.ReadCloser) error {
 | 
			
		||||
func (p Progress) Run(stdOut io.ReadCloser, stdErr io.ReadCloser) error {
 | 
			
		||||
	isProcessCompleted := false
 | 
			
		||||
	var errorText string
 | 
			
		||||
 | 
			
		||||
@@ -169,10 +189,15 @@ func (p progress) Run(stdOut io.ReadCloser, stdErr io.ReadCloser) error {
 | 
			
		||||
 | 
			
		||||
	scannerOut := bufio.NewScanner(stdOut)
 | 
			
		||||
	for scannerOut.Scan() {
 | 
			
		||||
		if isProcessCompleted != true {
 | 
			
		||||
			isProcessCompleted = true
 | 
			
		||||
		}
 | 
			
		||||
		data := scannerOut.Text()
 | 
			
		||||
 | 
			
		||||
		if strings.Contains(data, "progress=end") {
 | 
			
		||||
			p.progressbar.Value = p.totalDuration
 | 
			
		||||
			p.progressbar.Refresh()
 | 
			
		||||
			isProcessCompleted = true
 | 
			
		||||
			break
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		re := regexp.MustCompile(`frame=(\d+)`)
 | 
			
		||||
		a := re.FindAllStringSubmatch(data, -1)
 | 
			
		||||
 | 
			
		||||
@@ -183,11 +208,6 @@ func (p progress) Run(stdOut io.ReadCloser, stdErr io.ReadCloser) error {
 | 
			
		||||
			}
 | 
			
		||||
			progress = float64(c)
 | 
			
		||||
		}
 | 
			
		||||
		if strings.Contains(data, "progress=end") {
 | 
			
		||||
			p.progressbar.Value = p.totalDuration
 | 
			
		||||
			p.progressbar.Refresh()
 | 
			
		||||
			isProcessCompleted = true
 | 
			
		||||
		}
 | 
			
		||||
		if p.progressbar.Value != progress {
 | 
			
		||||
			p.progressbar.Value = progress
 | 
			
		||||
			p.progressbar.Refresh()
 | 
			
		||||
@@ -196,7 +216,9 @@ func (p progress) Run(stdOut io.ReadCloser, stdErr io.ReadCloser) error {
 | 
			
		||||
 | 
			
		||||
	if isProcessCompleted == false {
 | 
			
		||||
		if len(errorText) == 0 {
 | 
			
		||||
			errorText = "не смогли отконвертировать видео"
 | 
			
		||||
			errorText = p.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
				MessageID: "errorConverter",
 | 
			
		||||
			})
 | 
			
		||||
		}
 | 
			
		||||
		return errors.New(errorText)
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										18
									
								
								src/handler/convertor_anyos.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								src/handler/convertor_anyos.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
//go:build !windows
 | 
			
		||||
// +build !windows
 | 
			
		||||
 | 
			
		||||
package handler
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fyne.io/fyne/v2/canvas"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/convertor"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func getPathsToFF() []convertor.FFPathUtilities {
 | 
			
		||||
	return []convertor.FFPathUtilities{{"ffmpeg/bin/ffmpeg", "ffmpeg/bin/ffprobe"}, {"ffmpeg", "ffprobe"}}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h ConvertorHandler) downloadFFmpeg(progressBar *widget.ProgressBar, progressMessage *canvas.Text) (err error) {
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										153
									
								
								src/handler/convertor_windows.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										153
									
								
								src/handler/convertor_windows.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,153 @@
 | 
			
		||||
//go:build windows
 | 
			
		||||
// +build windows
 | 
			
		||||
 | 
			
		||||
package handler
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"archive/zip"
 | 
			
		||||
	"errors"
 | 
			
		||||
	"fyne.io/fyne/v2/canvas"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/convertor"
 | 
			
		||||
	"github.com/nicksnyder/go-i18n/v2/i18n"
 | 
			
		||||
	"io"
 | 
			
		||||
	"net/http"
 | 
			
		||||
	"os"
 | 
			
		||||
	"path/filepath"
 | 
			
		||||
	"strings"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func getPathsToFF() []convertor.FFPathUtilities {
 | 
			
		||||
	return []convertor.FFPathUtilities{{"ffmpeg\\bin\\ffmpeg.exe", "ffmpeg\\bin\\ffprobe.exe"}}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h ConvertorHandler) downloadFFmpeg(progressBar *widget.ProgressBar, progressMessage *canvas.Text) (err error) {
 | 
			
		||||
	isDirectoryFFmpeg := isDirectory("ffmpeg")
 | 
			
		||||
	if isDirectoryFFmpeg == false {
 | 
			
		||||
		err = os.Mkdir("ffmpeg", 0777)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			return err
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	progressMessage.Text = h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "downloadRun",
 | 
			
		||||
	})
 | 
			
		||||
	progressMessage.Refresh()
 | 
			
		||||
	err = downloadFile("ffmpeg/ffmpeg.zip", "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip", progressBar)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	progressMessage.Text = h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "unzipRun",
 | 
			
		||||
	})
 | 
			
		||||
	progressMessage.Refresh()
 | 
			
		||||
	err = unZip("ffmpeg/ffmpeg.zip", "ffmpeg")
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	_ = os.Remove("ffmpeg/ffmpeg.zip")
 | 
			
		||||
 | 
			
		||||
	progressMessage.Text = h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "testFF",
 | 
			
		||||
	})
 | 
			
		||||
	progressMessage.Refresh()
 | 
			
		||||
	err = h.saveSettingFFPath("ffmpeg/ffmpeg-master-latest-win64-gpl/bin/ffmpeg.exe", "ffmpeg/ffmpeg-master-latest-win64-gpl/bin/ffprobe.exe")
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func downloadFile(filepath string, url string, progressBar *widget.ProgressBar) (err error) {
 | 
			
		||||
	progressBar.Value = 0
 | 
			
		||||
	progressBar.Max = 100
 | 
			
		||||
 | 
			
		||||
	req, err := http.NewRequest("GET", url, nil)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	resp, err := http.DefaultClient.Do(req)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	defer resp.Body.Close()
 | 
			
		||||
 | 
			
		||||
	f, err := os.OpenFile(filepath, os.O_CREATE|os.O_WRONLY, 0644)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	defer f.Close()
 | 
			
		||||
 | 
			
		||||
	buf := make([]byte, 32*1024)
 | 
			
		||||
	var downloaded int64
 | 
			
		||||
	for {
 | 
			
		||||
		n, err := resp.Body.Read(buf)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			if err == io.EOF {
 | 
			
		||||
				break
 | 
			
		||||
			}
 | 
			
		||||
			return err
 | 
			
		||||
		}
 | 
			
		||||
		if n > 0 {
 | 
			
		||||
			f.Write(buf[:n])
 | 
			
		||||
			downloaded += int64(n)
 | 
			
		||||
			progressBar.Value = float64(downloaded) / float64(resp.ContentLength) * 100
 | 
			
		||||
			progressBar.Refresh()
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func unZip(fileZip string, directory string) error {
 | 
			
		||||
	archive, err := zip.OpenReader(fileZip)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	defer archive.Close()
 | 
			
		||||
 | 
			
		||||
	for _, f := range archive.File {
 | 
			
		||||
		filePath := filepath.Join(directory, f.Name)
 | 
			
		||||
 | 
			
		||||
		if !strings.HasPrefix(filePath, filepath.Clean(directory)+string(os.PathSeparator)) {
 | 
			
		||||
			return errors.New("invalid file path")
 | 
			
		||||
		}
 | 
			
		||||
		if f.FileInfo().IsDir() {
 | 
			
		||||
			os.MkdirAll(filePath, os.ModePerm)
 | 
			
		||||
			continue
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if err := os.MkdirAll(filepath.Dir(filePath), os.ModePerm); err != nil {
 | 
			
		||||
			return err
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		dstFile, err := os.OpenFile(filePath, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, f.Mode())
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			return err
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		fileInArchive, err := f.Open()
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			return err
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if _, err := io.Copy(dstFile, fileInArchive); err != nil {
 | 
			
		||||
			return err
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		dstFile.Close()
 | 
			
		||||
		fileInArchive.Close()
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func isDirectory(path string) bool {
 | 
			
		||||
	fileInfo, err := os.Stat(path)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return false
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return fileInfo.IsDir()
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										37
									
								
								src/handler/main.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								src/handler/main.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,37 @@
 | 
			
		||||
package handler
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/localizer"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type MainHandler struct {
 | 
			
		||||
	convertorHandler    ConvertorHandlerContract
 | 
			
		||||
	menuHandler         MenuHandlerContract
 | 
			
		||||
	localizerRepository localizer.RepositoryContract
 | 
			
		||||
	localizerService    localizer.ServiceContract
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewMainHandler(
 | 
			
		||||
	convertorHandler ConvertorHandlerContract,
 | 
			
		||||
	menuHandler MenuHandlerContract,
 | 
			
		||||
	localizerRepository localizer.RepositoryContract,
 | 
			
		||||
	localizerService localizer.ServiceContract,
 | 
			
		||||
) *MainHandler {
 | 
			
		||||
	return &MainHandler{
 | 
			
		||||
		convertorHandler:    convertorHandler,
 | 
			
		||||
		menuHandler:         menuHandler,
 | 
			
		||||
		localizerRepository: localizerRepository,
 | 
			
		||||
		localizerService:    localizerService,
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h MainHandler) Start() {
 | 
			
		||||
	language, err := h.localizerRepository.GetCode()
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		h.menuHandler.LanguageSelection()
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	_ = h.localizerService.SetCurrentLanguageByCode(language)
 | 
			
		||||
 | 
			
		||||
	h.convertorHandler.MainConvertor()
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										125
									
								
								src/handler/menu.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										125
									
								
								src/handler/menu.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,125 @@
 | 
			
		||||
package handler
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fyne.io/fyne/v2"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/localizer"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/menu"
 | 
			
		||||
	"github.com/nicksnyder/go-i18n/v2/i18n"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type MenuHandlerContract interface {
 | 
			
		||||
	GetMainMenu() *fyne.MainMenu
 | 
			
		||||
	LanguageSelection()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type menuItems struct {
 | 
			
		||||
	menuItem map[string]*fyne.MenuItem
 | 
			
		||||
	menu     map[string]*fyne.Menu
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type MenuHandler struct {
 | 
			
		||||
	convertorHandler    ConvertorHandlerContract
 | 
			
		||||
	menuView            menu.ViewContract
 | 
			
		||||
	localizerService    localizer.ServiceContract
 | 
			
		||||
	localizerView       localizer.ViewContract
 | 
			
		||||
	localizerRepository localizer.RepositoryContract
 | 
			
		||||
	menuItems           *menuItems
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewMenuHandler(
 | 
			
		||||
	convertorHandler ConvertorHandlerContract,
 | 
			
		||||
	menuView menu.ViewContract,
 | 
			
		||||
	localizerService localizer.ServiceContract,
 | 
			
		||||
	localizerView localizer.ViewContract,
 | 
			
		||||
	localizerRepository localizer.RepositoryContract,
 | 
			
		||||
) *MenuHandler {
 | 
			
		||||
	return &MenuHandler{
 | 
			
		||||
		convertorHandler:    convertorHandler,
 | 
			
		||||
		menuView:            menuView,
 | 
			
		||||
		localizerService:    localizerService,
 | 
			
		||||
		localizerView:       localizerView,
 | 
			
		||||
		localizerRepository: localizerRepository,
 | 
			
		||||
		menuItems:           &menuItems{menuItem: map[string]*fyne.MenuItem{}, menu: map[string]*fyne.Menu{}},
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h MenuHandler) GetMainMenu() *fyne.MainMenu {
 | 
			
		||||
	settings := h.getMenuSettings()
 | 
			
		||||
	help := h.getMenuHelp()
 | 
			
		||||
 | 
			
		||||
	return fyne.NewMainMenu(settings, help)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h MenuHandler) getMenuSettings() *fyne.Menu {
 | 
			
		||||
	quit := fyne.NewMenuItem(h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "exit",
 | 
			
		||||
	}), nil)
 | 
			
		||||
	quit.IsQuit = true
 | 
			
		||||
	h.menuItems.menuItem["exit"] = quit
 | 
			
		||||
 | 
			
		||||
	languageSelection := fyne.NewMenuItem(h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "changeLanguage",
 | 
			
		||||
	}), h.LanguageSelection)
 | 
			
		||||
	h.menuItems.menuItem["changeLanguage"] = languageSelection
 | 
			
		||||
 | 
			
		||||
	ffPathSelection := fyne.NewMenuItem(h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "changeFFPath",
 | 
			
		||||
	}), h.convertorHandler.FfPathSelection)
 | 
			
		||||
	h.menuItems.menuItem["changeFFPath"] = ffPathSelection
 | 
			
		||||
 | 
			
		||||
	settings := fyne.NewMenu(h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "settings",
 | 
			
		||||
	}), languageSelection, ffPathSelection, quit)
 | 
			
		||||
	h.menuItems.menu["settings"] = settings
 | 
			
		||||
 | 
			
		||||
	return settings
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h MenuHandler) getMenuHelp() *fyne.Menu {
 | 
			
		||||
	about := fyne.NewMenuItem(h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "about",
 | 
			
		||||
	}), h.openAbout)
 | 
			
		||||
	h.menuItems.menuItem["about"] = about
 | 
			
		||||
 | 
			
		||||
	help := fyne.NewMenu(h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "help",
 | 
			
		||||
	}), about)
 | 
			
		||||
	h.menuItems.menu["help"] = help
 | 
			
		||||
 | 
			
		||||
	return help
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h MenuHandler) openAbout() {
 | 
			
		||||
	ffmpeg, err := h.convertorHandler.GetFfmpegVersion()
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		ffmpeg = h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
			MessageID: "errorFFmpegVersion",
 | 
			
		||||
		})
 | 
			
		||||
	}
 | 
			
		||||
	ffprobe, err := h.convertorHandler.GetFfprobeVersion()
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		ffprobe = h.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
			MessageID: "errorFFprobeVersion",
 | 
			
		||||
		})
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	h.menuView.About(ffmpeg, ffprobe)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h MenuHandler) LanguageSelection() {
 | 
			
		||||
	h.localizerView.LanguageSelection(func(lang localizer.Lang) {
 | 
			
		||||
		_, _ = h.localizerRepository.Save(lang.Code)
 | 
			
		||||
		h.menuMessageReload()
 | 
			
		||||
		h.convertorHandler.MainConvertor()
 | 
			
		||||
	})
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (h MenuHandler) menuMessageReload() {
 | 
			
		||||
	for messageID, menu := range h.menuItems.menuItem {
 | 
			
		||||
		menu.Label = h.localizerService.GetMessage(&i18n.LocalizeConfig{MessageID: messageID})
 | 
			
		||||
	}
 | 
			
		||||
	for messageID, menu := range h.menuItems.menu {
 | 
			
		||||
		menu.Label = h.localizerService.GetMessage(&i18n.LocalizeConfig{MessageID: messageID})
 | 
			
		||||
		menu.Refresh()
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
@@ -1,10 +1,11 @@
 | 
			
		||||
package helper
 | 
			
		||||
 | 
			
		||||
import "runtime"
 | 
			
		||||
import (
 | 
			
		||||
	"fyne.io/fyne/v2"
 | 
			
		||||
	"fyne.io/fyne/v2/dialog"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func PathSeparator() string {
 | 
			
		||||
	if runtime.GOOS == "windows" {
 | 
			
		||||
		return "\\"
 | 
			
		||||
	}
 | 
			
		||||
	return "/"
 | 
			
		||||
func FileDialogResize(fileDialog *dialog.FileDialog, w fyne.Window) {
 | 
			
		||||
	contentSize := w.Content().Size()
 | 
			
		||||
	fileDialog.Resize(fyne.Size{Width: contentSize.Width - 50, Height: contentSize.Height - 50})
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										8
									
								
								src/helper/path_separator.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/helper/path_separator.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
//go:build !windows
 | 
			
		||||
// +build !windows
 | 
			
		||||
 | 
			
		||||
package helper
 | 
			
		||||
 | 
			
		||||
func PathSeparator() string {
 | 
			
		||||
	return "/"
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								src/helper/path_separator_window.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/helper/path_separator_window.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
//go:build windows
 | 
			
		||||
// +build windows
 | 
			
		||||
 | 
			
		||||
package helper
 | 
			
		||||
 | 
			
		||||
func PathSeparator() string {
 | 
			
		||||
	return "\\"
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								src/icon.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/icon.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 29 KiB  | 
							
								
								
									
										167
									
								
								src/languages/active.en.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										167
									
								
								src/languages/active.en.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,167 @@
 | 
			
		||||
[AlsoUsedProgram]
 | 
			
		||||
hash = "sha1-a72be72e7808bb8a0144ed7a93acb29c568b1ed4"
 | 
			
		||||
other = "The program also uses:"
 | 
			
		||||
 | 
			
		||||
[about]
 | 
			
		||||
hash = "sha1-3da0b9ef719fd707f443ac00404447f29445976f"
 | 
			
		||||
other = "About"
 | 
			
		||||
 | 
			
		||||
[aboutText]
 | 
			
		||||
hash = "sha1-8bd565814118ba8b90c40eb5b62acf8d2676e7d6"
 | 
			
		||||
other = "A simple interface for the FFmpeg console utility. \nBut I am not the author of the FFmpeg utility itself."
 | 
			
		||||
 | 
			
		||||
[buttonDownloadFFmpeg]
 | 
			
		||||
hash = "sha1-c223c2e15171156192bc3146aee91e6094bb475b"
 | 
			
		||||
other = "Download FFmpeg automatically"
 | 
			
		||||
 | 
			
		||||
[buttonForSelectedDirTitle]
 | 
			
		||||
hash = "sha1-52b13f1b13e82d22e8c4102332db5d4ec551247b"
 | 
			
		||||
other = "Folder where it will be saved:"
 | 
			
		||||
 | 
			
		||||
[cancel]
 | 
			
		||||
hash = "sha1-0ec753be8df955a117404fb634b01b45eb386e2a"
 | 
			
		||||
other = "Cancel"
 | 
			
		||||
 | 
			
		||||
[changeFFPath]
 | 
			
		||||
hash = "sha1-46793a2844600d0eb19fa3540fb9564ee5705491"
 | 
			
		||||
other = "FFmpeg and FFprobe"
 | 
			
		||||
 | 
			
		||||
[changeLanguage]
 | 
			
		||||
hash = "sha1-8b276eaf378d485c769fb3d5dcc06dfc25b0c01b"
 | 
			
		||||
other = "Change language"
 | 
			
		||||
 | 
			
		||||
[checkboxOverwriteOutputFilesTitle]
 | 
			
		||||
hash = "sha1-5860124bb781e7ef680f573fa93977e96328d4e7"
 | 
			
		||||
other = "Allow file to be overwritten"
 | 
			
		||||
 | 
			
		||||
[choose]
 | 
			
		||||
hash = "sha1-f60bb5f761024d973834b5e9d25ceebce2c85f94"
 | 
			
		||||
other = "choose"
 | 
			
		||||
 | 
			
		||||
[converterVideoFilesSubmitTitle]
 | 
			
		||||
hash = "sha1-7ac460f3c24c9952082f2db6e4d62f752598709c"
 | 
			
		||||
other = "Convert"
 | 
			
		||||
 | 
			
		||||
[converterVideoFilesTitle]
 | 
			
		||||
hash = "sha1-4d972809e4c7f9c9ff2c110a126bbc183c9429ce"
 | 
			
		||||
other = "Converter video files to mp4"
 | 
			
		||||
 | 
			
		||||
[download]
 | 
			
		||||
hash = "sha1-fe8f79f29da457de2f6bc9531de6e536e0c426ad"
 | 
			
		||||
other = "Download"
 | 
			
		||||
 | 
			
		||||
[downloadFFmpegFromSite]
 | 
			
		||||
hash = "sha1-0889c95aa3a8659d8d903b4dab7097699c4d8aa4"
 | 
			
		||||
other = "Will be downloaded from the site:"
 | 
			
		||||
 | 
			
		||||
[downloadRun]
 | 
			
		||||
hash = "sha1-55f87f114628fa2d5d8e67d1e1cda22c0e4f9271"
 | 
			
		||||
other = "Downloading..."
 | 
			
		||||
 | 
			
		||||
[error]
 | 
			
		||||
hash = "sha1-a7df8f8b5d754f226ac4cb320577fe692b33e483"
 | 
			
		||||
other = "An error has occurred!"
 | 
			
		||||
 | 
			
		||||
[errorConverter]
 | 
			
		||||
hash = "sha1-55ebddceddb8b044e33cc3893ec2eba7bbd9fcf9"
 | 
			
		||||
other = "Couldn't convert video"
 | 
			
		||||
 | 
			
		||||
[errorDatabase]
 | 
			
		||||
hash = "sha1-531abc3f0d12727e542df6e5a22de91098380fc1"
 | 
			
		||||
other = "could not create file 'database' in folder 'data'"
 | 
			
		||||
 | 
			
		||||
[errorFFmpeg]
 | 
			
		||||
hash = "sha1-ccf0b95c0d1b392dc215258d917eb4e5d0b88ed0"
 | 
			
		||||
other = "this is not FFmpeg"
 | 
			
		||||
 | 
			
		||||
[errorFFmpegVersion]
 | 
			
		||||
hash = "sha1-9a4148d42186b6b32cf83bef726e23022c53283f"
 | 
			
		||||
other = "Could not determine FFmpeg version"
 | 
			
		||||
 | 
			
		||||
[errorFFprobe]
 | 
			
		||||
hash = "sha1-86d1b0b4c4ccd6a4f71e758fc67ce11aff4ba9b8"
 | 
			
		||||
other = "this is not FFprobe"
 | 
			
		||||
 | 
			
		||||
[errorFFprobeVersion]
 | 
			
		||||
hash = "sha1-da7b37d7df3fafbd153665b13888413d52b24c17"
 | 
			
		||||
other = "Failed to determine FFprobe version"
 | 
			
		||||
 | 
			
		||||
[errorSelectedFolderSave]
 | 
			
		||||
hash = "sha1-83da899677cdc90e4344e3b94ee03c46b51bee4c"
 | 
			
		||||
other = "You haven't selected a folder to save!"
 | 
			
		||||
 | 
			
		||||
[exit]
 | 
			
		||||
hash = "sha1-c42457057d1ab7950cea00719cbe0b078891775f"
 | 
			
		||||
other = "Exit"
 | 
			
		||||
 | 
			
		||||
[ffmpegLGPL]
 | 
			
		||||
hash = "sha1-d395b16cc8f8eab98a8a970307c5b010ba22dde6"
 | 
			
		||||
other = "This software uses libraries from the **FFmpeg** project under the **[LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)**."
 | 
			
		||||
 | 
			
		||||
[ffmpegTrademark]
 | 
			
		||||
hash = "sha1-45f772b2eca5098cd6d31f2d1dc6edec1987a617"
 | 
			
		||||
other = "**FFmpeg** is a trademark of **[Fabrice Bellard](http://bellard.org/)**, originator of the **[FFmpeg](https://ffmpeg.org/about.html)** project."
 | 
			
		||||
 | 
			
		||||
[fileVideoForConversionTitle]
 | 
			
		||||
hash = "sha1-5e727d4a2ff3f21080e51e81641595b2e668f3be"
 | 
			
		||||
other = "File for conversion:"
 | 
			
		||||
 | 
			
		||||
[help]
 | 
			
		||||
hash = "sha1-6a45cef900c668effcb2ab10da05855c1fd10f6f"
 | 
			
		||||
other = "Help"
 | 
			
		||||
 | 
			
		||||
[languageSelectionFormHead]
 | 
			
		||||
hash = "sha1-0ff5fa82cf684112660128cba1711297acf11003"
 | 
			
		||||
other = "Switch language"
 | 
			
		||||
 | 
			
		||||
[languageSelectionHead]
 | 
			
		||||
hash = "sha1-daf1108fc10d3b1a908288d611f749b3cc651e4b"
 | 
			
		||||
other = "Choose language"
 | 
			
		||||
 | 
			
		||||
[licenseLink]
 | 
			
		||||
hash = "sha1-ea18ab849f0eea030d770da82c2a6b3484a7bd13"
 | 
			
		||||
other = "License information"
 | 
			
		||||
 | 
			
		||||
[licenseLinkOther]
 | 
			
		||||
hash = "sha1-359fff328717c05104e51a2d29f05bf1875d26b7"
 | 
			
		||||
other = "Licenses from other products used in the program"
 | 
			
		||||
 | 
			
		||||
[pathToFfmpeg]
 | 
			
		||||
hash = "sha1-fafc50f1db0f720fe83a96cd70a9e1ad824e96b6"
 | 
			
		||||
other = "Path to FFmpeg:"
 | 
			
		||||
 | 
			
		||||
[pathToFfprobe]
 | 
			
		||||
hash = "sha1-b872edc9633a2e81ef678dc46fe46a7e91732024"
 | 
			
		||||
other = "Path to FFprobe:"
 | 
			
		||||
 | 
			
		||||
[programmLink]
 | 
			
		||||
hash = "sha1-18f9a3fad6aacefe1b05eed23122800b391ff5ca"
 | 
			
		||||
other = "Project website"
 | 
			
		||||
 | 
			
		||||
[programmVersion]
 | 
			
		||||
hash = "sha1-fa2e4994a301bb24bc2a8fa166e5486ea95a7475"
 | 
			
		||||
other = "**Program version:** {{.Version}}"
 | 
			
		||||
 | 
			
		||||
[save]
 | 
			
		||||
hash = "sha1-4864057d626a868fa60f999bed3191d61d045ddc"
 | 
			
		||||
other = "Save"
 | 
			
		||||
 | 
			
		||||
[selectFFPathTitle]
 | 
			
		||||
hash = "sha1-95581446a28d968ff1a027c623159a7eb08654cf"
 | 
			
		||||
other = "Specify the path to FFmpeg and FFprobe"
 | 
			
		||||
 | 
			
		||||
[settings]
 | 
			
		||||
hash = "sha1-7f17c7c62a7fd8d1a508481f4778688927734c2f"
 | 
			
		||||
other = "Settings"
 | 
			
		||||
 | 
			
		||||
[testFF]
 | 
			
		||||
hash = "sha1-f5b8ed88e9609963035d2235be0a79bbec619976"
 | 
			
		||||
other = "Checking FFmpeg for serviceability..."
 | 
			
		||||
 | 
			
		||||
[titleDownloadLink]
 | 
			
		||||
hash = "sha1-92df86371f6c3a06ca1e4754f113142776a32d49"
 | 
			
		||||
other = "You can download it from here"
 | 
			
		||||
 | 
			
		||||
[unzipRun]
 | 
			
		||||
hash = "sha1-c554dad13026668a1f6adf3171837c5d51bbac36"
 | 
			
		||||
other = "Unpacked..."
 | 
			
		||||
							
								
								
									
										167
									
								
								src/languages/active.kk.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										167
									
								
								src/languages/active.kk.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,167 @@
 | 
			
		||||
[AlsoUsedProgram]
 | 
			
		||||
hash = "sha1-a72be72e7808bb8a0144ed7a93acb29c568b1ed4"
 | 
			
		||||
other = "Бағдарлама сонымен қатар пайдаланады:"
 | 
			
		||||
 | 
			
		||||
[about]
 | 
			
		||||
hash = "sha1-3da0b9ef719fd707f443ac00404447f29445976f"
 | 
			
		||||
other = "Бағдарлама туралы"
 | 
			
		||||
 | 
			
		||||
[aboutText]
 | 
			
		||||
hash = "sha1-8bd565814118ba8b90c40eb5b62acf8d2676e7d6"
 | 
			
		||||
other = "FFmpeg консоль утилитасы үшін қарапайым интерфейс. \nБірақ мен FFmpeg утилитасының авторы емеспін."
 | 
			
		||||
 | 
			
		||||
[buttonDownloadFFmpeg]
 | 
			
		||||
hash = "sha1-c223c2e15171156192bc3146aee91e6094bb475b"
 | 
			
		||||
other = "FFmpeg автоматты түрде жүктеп алыңыз"
 | 
			
		||||
 | 
			
		||||
[buttonForSelectedDirTitle]
 | 
			
		||||
hash = "sha1-52b13f1b13e82d22e8c4102332db5d4ec551247b"
 | 
			
		||||
other = "Файлды сақтауға арналған каталог:"
 | 
			
		||||
 | 
			
		||||
[cancel]
 | 
			
		||||
hash = "sha1-0ec753be8df955a117404fb634b01b45eb386e2a"
 | 
			
		||||
other = "Болдырмау"
 | 
			
		||||
 | 
			
		||||
[changeFFPath]
 | 
			
		||||
hash = "sha1-46793a2844600d0eb19fa3540fb9564ee5705491"
 | 
			
		||||
other = "FFmpeg және FFprobe"
 | 
			
		||||
 | 
			
		||||
[changeLanguage]
 | 
			
		||||
hash = "sha1-8b276eaf378d485c769fb3d5dcc06dfc25b0c01b"
 | 
			
		||||
other = "Тілді өзгерту"
 | 
			
		||||
 | 
			
		||||
[checkboxOverwriteOutputFilesTitle]
 | 
			
		||||
hash = "sha1-5860124bb781e7ef680f573fa93977e96328d4e7"
 | 
			
		||||
other = "Файлды қайта жазуға рұқсат беріңіз"
 | 
			
		||||
 | 
			
		||||
[choose]
 | 
			
		||||
hash = "sha1-f60bb5f761024d973834b5e9d25ceebce2c85f94"
 | 
			
		||||
other = "таңдау"
 | 
			
		||||
 | 
			
		||||
[converterVideoFilesSubmitTitle]
 | 
			
		||||
hash = "sha1-7ac460f3c24c9952082f2db6e4d62f752598709c"
 | 
			
		||||
other = "Файлды түрлендіру"
 | 
			
		||||
 | 
			
		||||
[converterVideoFilesTitle]
 | 
			
		||||
hash = "sha1-4d972809e4c7f9c9ff2c110a126bbc183c9429ce"
 | 
			
		||||
other = "Бейне файлдарын mp4 форматына түрлендіру"
 | 
			
		||||
 | 
			
		||||
[download]
 | 
			
		||||
hash = "sha1-fe8f79f29da457de2f6bc9531de6e536e0c426ad"
 | 
			
		||||
other = "Жүктеп алу"
 | 
			
		||||
 | 
			
		||||
[downloadFFmpegFromSite]
 | 
			
		||||
hash = "sha1-0889c95aa3a8659d8d903b4dab7097699c4d8aa4"
 | 
			
		||||
other = "Сайттан жүктеледі:"
 | 
			
		||||
 | 
			
		||||
[downloadRun]
 | 
			
		||||
hash = "sha1-55f87f114628fa2d5d8e67d1e1cda22c0e4f9271"
 | 
			
		||||
other = "Жүктеп алынуда..."
 | 
			
		||||
 | 
			
		||||
[error]
 | 
			
		||||
hash = "sha1-a7df8f8b5d754f226ac4cb320577fe692b33e483"
 | 
			
		||||
other = "Қате орын алды!"
 | 
			
		||||
 | 
			
		||||
[errorConverter]
 | 
			
		||||
hash = "sha1-55ebddceddb8b044e33cc3893ec2eba7bbd9fcf9"
 | 
			
		||||
other = "Бейнені түрлендіру мүмкін болмады"
 | 
			
		||||
 | 
			
		||||
[errorDatabase]
 | 
			
		||||
hash = "sha1-531abc3f0d12727e542df6e5a22de91098380fc1"
 | 
			
		||||
other = "'data' қалтасында 'database' файлын жасау мүмкін болмады"
 | 
			
		||||
 | 
			
		||||
[errorFFmpeg]
 | 
			
		||||
hash = "sha1-ccf0b95c0d1b392dc215258d917eb4e5d0b88ed0"
 | 
			
		||||
other = "бұл FFmpeg емес"
 | 
			
		||||
 | 
			
		||||
[errorFFmpegVersion]
 | 
			
		||||
hash = "sha1-9a4148d42186b6b32cf83bef726e23022c53283f"
 | 
			
		||||
other = "FFmpeg нұсқасын анықтау мүмкін болмады"
 | 
			
		||||
 | 
			
		||||
[errorFFprobe]
 | 
			
		||||
hash = "sha1-86d1b0b4c4ccd6a4f71e758fc67ce11aff4ba9b8"
 | 
			
		||||
other = "бұл FFprobe емес"
 | 
			
		||||
 | 
			
		||||
[errorFFprobeVersion]
 | 
			
		||||
hash = "sha1-da7b37d7df3fafbd153665b13888413d52b24c17"
 | 
			
		||||
other = "FFprobe нұсқасын анықтау мүмкін болмады"
 | 
			
		||||
 | 
			
		||||
[errorSelectedFolderSave]
 | 
			
		||||
hash = "sha1-83da899677cdc90e4344e3b94ee03c46b51bee4c"
 | 
			
		||||
other = "Сіз сақталатын қалтаны таңдамадыңыз!"
 | 
			
		||||
 | 
			
		||||
[exit]
 | 
			
		||||
hash = "sha1-c42457057d1ab7950cea00719cbe0b078891775f"
 | 
			
		||||
other = "Шығу"
 | 
			
		||||
 | 
			
		||||
[ffmpegLGPL]
 | 
			
		||||
hash = "sha1-d395b16cc8f8eab98a8a970307c5b010ba22dde6"
 | 
			
		||||
other = "Бұл бағдарламалық құрал **[LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)** астында **FFmpeg** жобасының кітапханаларын пайдаланады."
 | 
			
		||||
 | 
			
		||||
[ffmpegTrademark]
 | 
			
		||||
hash = "sha1-45f772b2eca5098cd6d31f2d1dc6edec1987a617"
 | 
			
		||||
other = "FFmpeg — **[FFmpeg](https://ffmpeg.org/about.html)** жобасын жасаушы **[Fabrice Bellard](http://bellard.org/)** сауда белгісі."
 | 
			
		||||
 | 
			
		||||
[fileVideoForConversionTitle]
 | 
			
		||||
hash = "sha1-5e727d4a2ff3f21080e51e81641595b2e668f3be"
 | 
			
		||||
other = "Түрлендіруге арналған файл:"
 | 
			
		||||
 | 
			
		||||
[help]
 | 
			
		||||
hash = "sha1-6a45cef900c668effcb2ab10da05855c1fd10f6f"
 | 
			
		||||
other = "Анықтама"
 | 
			
		||||
 | 
			
		||||
[languageSelectionFormHead]
 | 
			
		||||
hash = "sha1-0ff5fa82cf684112660128cba1711297acf11003"
 | 
			
		||||
other = "Тілді ауыстыру"
 | 
			
		||||
 | 
			
		||||
[languageSelectionHead]
 | 
			
		||||
hash = "sha1-daf1108fc10d3b1a908288d611f749b3cc651e4b"
 | 
			
		||||
other = "Тілді таңдаңыз"
 | 
			
		||||
 | 
			
		||||
[licenseLink]
 | 
			
		||||
hash = "sha1-ea18ab849f0eea030d770da82c2a6b3484a7bd13"
 | 
			
		||||
other = "Лицензия туралы ақпарат"
 | 
			
		||||
 | 
			
		||||
[licenseLinkOther]
 | 
			
		||||
hash = "sha1-359fff328717c05104e51a2d29f05bf1875d26b7"
 | 
			
		||||
other = "Бағдарламада пайдаланылатын басқа өнімдердің лицензиялары"
 | 
			
		||||
 | 
			
		||||
[pathToFfmpeg]
 | 
			
		||||
hash = "sha1-fafc50f1db0f720fe83a96cd70a9e1ad824e96b6"
 | 
			
		||||
other = "FFmpeg жол:"
 | 
			
		||||
 | 
			
		||||
[pathToFfprobe]
 | 
			
		||||
hash = "sha1-b872edc9633a2e81ef678dc46fe46a7e91732024"
 | 
			
		||||
other = "FFprobe жол:"
 | 
			
		||||
 | 
			
		||||
[programmLink]
 | 
			
		||||
hash = "sha1-18f9a3fad6aacefe1b05eed23122800b391ff5ca"
 | 
			
		||||
other = "Жобаның веб-сайты"
 | 
			
		||||
 | 
			
		||||
[programmVersion]
 | 
			
		||||
hash = "sha1-fa2e4994a301bb24bc2a8fa166e5486ea95a7475"
 | 
			
		||||
other = "**Бағдарлама нұсқасы:** {{.Version}}"
 | 
			
		||||
 | 
			
		||||
[save]
 | 
			
		||||
hash = "sha1-4864057d626a868fa60f999bed3191d61d045ddc"
 | 
			
		||||
other = "Сақтау"
 | 
			
		||||
 | 
			
		||||
[selectFFPathTitle]
 | 
			
		||||
hash = "sha1-95581446a28d968ff1a027c623159a7eb08654cf"
 | 
			
		||||
other = "FFmpeg және FFprobe жолын көрсетіңіз"
 | 
			
		||||
 | 
			
		||||
[settings]
 | 
			
		||||
hash = "sha1-7f17c7c62a7fd8d1a508481f4778688927734c2f"
 | 
			
		||||
other = "Параметрлер"
 | 
			
		||||
 | 
			
		||||
[testFF]
 | 
			
		||||
hash = "sha1-f5b8ed88e9609963035d2235be0a79bbec619976"
 | 
			
		||||
other = "FFmpeg функционалдығы тексерілуде..."
 | 
			
		||||
 | 
			
		||||
[titleDownloadLink]
 | 
			
		||||
hash = "sha1-92df86371f6c3a06ca1e4754f113142776a32d49"
 | 
			
		||||
other = "Сіз оны осы жерден жүктей аласыз"
 | 
			
		||||
 | 
			
		||||
[unzipRun]
 | 
			
		||||
hash = "sha1-c554dad13026668a1f6adf3171837c5d51bbac36"
 | 
			
		||||
other = "Орамнан шығарылуда..."
 | 
			
		||||
							
								
								
									
										42
									
								
								src/languages/active.ru.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								src/languages/active.ru.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,42 @@
 | 
			
		||||
AlsoUsedProgram = "Также в программе используется:"
 | 
			
		||||
about = "О программе"
 | 
			
		||||
aboutText = "Простенький интерфейс для консольной утилиты FFmpeg. \nНо я не являюсь автором самой утилиты FFmpeg."
 | 
			
		||||
buttonDownloadFFmpeg = "Скачать автоматически FFmpeg"
 | 
			
		||||
buttonForSelectedDirTitle = "Папка куда будет сохраняться:"
 | 
			
		||||
cancel = "Отмена"
 | 
			
		||||
changeFFPath = "FFmpeg и FFprobe"
 | 
			
		||||
changeLanguage = "Поменять язык"
 | 
			
		||||
checkboxOverwriteOutputFilesTitle = "Разрешить перезаписать файл"
 | 
			
		||||
choose = "выбрать"
 | 
			
		||||
converterVideoFilesSubmitTitle = "Конвертировать"
 | 
			
		||||
converterVideoFilesTitle = "Конвертор видео файлов в mp4"
 | 
			
		||||
download = "Скачать"
 | 
			
		||||
downloadFFmpegFromSite = "Будет скачано с сайта:"
 | 
			
		||||
downloadRun = "Скачивается..."
 | 
			
		||||
error = "Произошла ошибка!"
 | 
			
		||||
errorConverter = "не смогли отконвертировать видео"
 | 
			
		||||
errorDatabase = "не смогли создать файл 'database' в папке 'data'"
 | 
			
		||||
errorFFmpeg = "это не FFmpeg"
 | 
			
		||||
errorFFmpegVersion = "Не смогли определить версию FFmpeg"
 | 
			
		||||
errorFFprobe = "это не FFprobe"
 | 
			
		||||
errorFFprobeVersion = "Не смогли определить версию FFprobe"
 | 
			
		||||
errorSelectedFolderSave = "Не выбрали папку для сохранения!"
 | 
			
		||||
exit = "Выход"
 | 
			
		||||
ffmpegLGPL = "Это программное обеспечение использует библиотеки из проекта **FFmpeg** под **[LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)**."
 | 
			
		||||
ffmpegTrademark = "**FFmpeg** — торговая марка **[Fabrice Bellard](http://bellard.org/)** , создателя проекта **[FFmpeg](https://ffmpeg.org/about.html)**."
 | 
			
		||||
fileVideoForConversionTitle = "Файл для ковертации:"
 | 
			
		||||
help = "Справка"
 | 
			
		||||
languageSelectionFormHead = "Переключить язык"
 | 
			
		||||
languageSelectionHead = "Выберите язык"
 | 
			
		||||
licenseLink = "Сведения о лицензии"
 | 
			
		||||
licenseLinkOther = "Лицензии от других продуктов, которые используются в программе"
 | 
			
		||||
pathToFfmpeg = "Путь к FFmpeg:"
 | 
			
		||||
pathToFfprobe = "Путь к FFprobe:"
 | 
			
		||||
programmLink = "Сайт проекта"
 | 
			
		||||
programmVersion = "**Версия программы:** {{.Version}}"
 | 
			
		||||
save = "Сохранить"
 | 
			
		||||
selectFFPathTitle = "Укажите путь к FFmpeg и к FFprobe"
 | 
			
		||||
settings = "Настройки"
 | 
			
		||||
testFF = "Проверка FFmpeg на работоспособность..."
 | 
			
		||||
titleDownloadLink = "Скачать можно от сюда"
 | 
			
		||||
unzipRun = "Распаковывается..."
 | 
			
		||||
							
								
								
									
										3
									
								
								src/languages/translate.en.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								src/languages/translate.en.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
[testFF]
 | 
			
		||||
hash = "sha1-f5b8ed88e9609963035d2235be0a79bbec619976"
 | 
			
		||||
other = "Checking FFmpeg for serviceability..."
 | 
			
		||||
							
								
								
									
										3
									
								
								src/languages/translate.kk.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								src/languages/translate.kk.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
[testFF]
 | 
			
		||||
hash = "sha1-f5b8ed88e9609963035d2235be0a79bbec619976"
 | 
			
		||||
other = "FFmpeg функционалдығы тексерілуде..."
 | 
			
		||||
							
								
								
									
										26
									
								
								src/localizer/repository.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								src/localizer/repository.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,26 @@
 | 
			
		||||
package localizer
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/setting"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type RepositoryContract interface {
 | 
			
		||||
	GetCode() (string, error)
 | 
			
		||||
	Save(code string) (setting.Setting, error)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Repository struct {
 | 
			
		||||
	settingRepository setting.RepositoryContract
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewRepository(settingRepository setting.RepositoryContract) *Repository {
 | 
			
		||||
	return &Repository{settingRepository: settingRepository}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (r Repository) GetCode() (string, error) {
 | 
			
		||||
	return r.settingRepository.GetValue("language")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (r Repository) Save(code string) (setting.Setting, error) {
 | 
			
		||||
	return r.settingRepository.CreateOrUpdate("language", code)
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										138
									
								
								src/localizer/service.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										138
									
								
								src/localizer/service.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,138 @@
 | 
			
		||||
package localizer
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"github.com/BurntSushi/toml"
 | 
			
		||||
	"github.com/nicksnyder/go-i18n/v2/i18n"
 | 
			
		||||
	"golang.org/x/text/cases"
 | 
			
		||||
	"golang.org/x/text/language"
 | 
			
		||||
	"golang.org/x/text/language/display"
 | 
			
		||||
	"path/filepath"
 | 
			
		||||
	"sort"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type ServiceContract interface {
 | 
			
		||||
	GetLanguages() []Lang
 | 
			
		||||
	GetMessage(localizeConfig *i18n.LocalizeConfig) string
 | 
			
		||||
	SetCurrentLanguage(lang Lang) error
 | 
			
		||||
	SetCurrentLanguageByCode(code string) error
 | 
			
		||||
	GetCurrentLanguage() *CurrentLanguage
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Lang struct {
 | 
			
		||||
	Code  string
 | 
			
		||||
	Title string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type CurrentLanguage struct {
 | 
			
		||||
	Lang             Lang
 | 
			
		||||
	localizer        *i18n.Localizer
 | 
			
		||||
	localizerDefault *i18n.Localizer
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Service struct {
 | 
			
		||||
	bundle          *i18n.Bundle
 | 
			
		||||
	languages       []Lang
 | 
			
		||||
	currentLanguage *CurrentLanguage
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewService(directory string, languageDefault language.Tag) (*Service, error) {
 | 
			
		||||
	bundle := i18n.NewBundle(languageDefault)
 | 
			
		||||
	bundle.RegisterUnmarshalFunc("toml", toml.Unmarshal)
 | 
			
		||||
 | 
			
		||||
	languages, err := initLanguages(directory, bundle)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return nil, err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	localizerDefault := i18n.NewLocalizer(bundle, languageDefault.String())
 | 
			
		||||
 | 
			
		||||
	return &Service{
 | 
			
		||||
		bundle:    bundle,
 | 
			
		||||
		languages: languages,
 | 
			
		||||
		currentLanguage: &CurrentLanguage{
 | 
			
		||||
			Lang: Lang{
 | 
			
		||||
				Code:  languageDefault.String(),
 | 
			
		||||
				Title: cases.Title(languageDefault).String(display.Self.Name(languageDefault)),
 | 
			
		||||
			},
 | 
			
		||||
			localizer:        localizerDefault,
 | 
			
		||||
			localizerDefault: localizerDefault,
 | 
			
		||||
		},
 | 
			
		||||
	}, nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func initLanguages(directory string, bundle *i18n.Bundle) ([]Lang, error) {
 | 
			
		||||
	var languages []Lang
 | 
			
		||||
 | 
			
		||||
	files, err := filepath.Glob(directory + "/active.*.toml")
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return nil, err
 | 
			
		||||
	}
 | 
			
		||||
	for _, file := range files {
 | 
			
		||||
		lang, err := bundle.LoadMessageFile(file)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			return nil, err
 | 
			
		||||
		}
 | 
			
		||||
		title := cases.Title(lang.Tag).String(display.Self.Name(lang.Tag))
 | 
			
		||||
		languages = append(languages, Lang{Code: lang.Tag.String(), Title: title})
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	sort.Sort(languagesSort(languages))
 | 
			
		||||
 | 
			
		||||
	return languages, nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (s Service) GetLanguages() []Lang {
 | 
			
		||||
	return s.languages
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (s Service) GetMessage(localizeConfig *i18n.LocalizeConfig) string {
 | 
			
		||||
	message, err := s.GetCurrentLanguage().localizer.Localize(localizeConfig)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		message, err = s.GetCurrentLanguage().localizerDefault.Localize(localizeConfig)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			return err.Error()
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	return message
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (s Service) SetCurrentLanguage(lang Lang) error {
 | 
			
		||||
	s.currentLanguage.Lang = lang
 | 
			
		||||
	s.currentLanguage.localizer = i18n.NewLocalizer(s.bundle, lang.Code)
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (s Service) SetCurrentLanguageByCode(code string) error {
 | 
			
		||||
	lang, err := language.Parse(code)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	title := cases.Title(lang).String(display.Self.Name(lang))
 | 
			
		||||
	return s.SetCurrentLanguage(Lang{Code: lang.String(), Title: title})
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (s Service) GetCurrentLanguage() *CurrentLanguage {
 | 
			
		||||
	return s.currentLanguage
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type languagesSort []Lang
 | 
			
		||||
 | 
			
		||||
func (l languagesSort) Len() int      { return len(l) }
 | 
			
		||||
func (l languagesSort) Swap(i, j int) { l[i], l[j] = l[j], l[i] }
 | 
			
		||||
func (l languagesSort) Less(i, j int) bool {
 | 
			
		||||
	return languagePriority(l[i]) < languagePriority(l[j])
 | 
			
		||||
}
 | 
			
		||||
func languagePriority(l Lang) int {
 | 
			
		||||
	priority := 0
 | 
			
		||||
 | 
			
		||||
	switch l.Code {
 | 
			
		||||
	case "ru":
 | 
			
		||||
		priority = -3
 | 
			
		||||
	case "kk":
 | 
			
		||||
		priority = -2
 | 
			
		||||
	case "en":
 | 
			
		||||
		priority = -1
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return priority
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										76
									
								
								src/localizer/view.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										76
									
								
								src/localizer/view.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,76 @@
 | 
			
		||||
package localizer
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fyne.io/fyne/v2"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"github.com/nicksnyder/go-i18n/v2/i18n"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type ViewContract interface {
 | 
			
		||||
	LanguageSelection(funcSelected func(lang Lang))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type View struct {
 | 
			
		||||
	w                fyne.Window
 | 
			
		||||
	localizerService ServiceContract
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewView(w fyne.Window, localizerService ServiceContract) *View {
 | 
			
		||||
	return &View{
 | 
			
		||||
		w:                w,
 | 
			
		||||
		localizerService: localizerService,
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) LanguageSelection(funcSelected func(lang Lang)) {
 | 
			
		||||
	languages := v.localizerService.GetLanguages()
 | 
			
		||||
	listView := widget.NewList(
 | 
			
		||||
		func() int {
 | 
			
		||||
			return len(languages)
 | 
			
		||||
		},
 | 
			
		||||
		func() fyne.CanvasObject {
 | 
			
		||||
			return widget.NewLabel("template")
 | 
			
		||||
		},
 | 
			
		||||
		func(i widget.ListItemID, o fyne.CanvasObject) {
 | 
			
		||||
			block := o.(*widget.Label)
 | 
			
		||||
			block.SetText(languages[i].Title)
 | 
			
		||||
		})
 | 
			
		||||
	listView.OnSelected = func(id widget.ListItemID) {
 | 
			
		||||
		_ = v.localizerService.SetCurrentLanguage(languages[id])
 | 
			
		||||
		funcSelected(languages[id])
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	messageHead := v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "languageSelectionHead",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	v.w.SetContent(widget.NewCard(messageHead, "", listView))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func LanguageSelectionForm(localizerService ServiceContract, funcSelected func(lang Lang)) fyne.CanvasObject {
 | 
			
		||||
	languages := localizerService.GetLanguages()
 | 
			
		||||
	currentLanguage := localizerService.GetCurrentLanguage()
 | 
			
		||||
	listView := widget.NewList(
 | 
			
		||||
		func() int {
 | 
			
		||||
			return len(languages)
 | 
			
		||||
		},
 | 
			
		||||
		func() fyne.CanvasObject {
 | 
			
		||||
			return widget.NewLabel("template")
 | 
			
		||||
		},
 | 
			
		||||
		func(i widget.ListItemID, o fyne.CanvasObject) {
 | 
			
		||||
			block := o.(*widget.Label)
 | 
			
		||||
			block.SetText(languages[i].Title)
 | 
			
		||||
			if languages[i].Code == currentLanguage.Lang.Code {
 | 
			
		||||
				block.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
			}
 | 
			
		||||
		})
 | 
			
		||||
	listView.OnSelected = func(id widget.ListItemID) {
 | 
			
		||||
		_ = localizerService.SetCurrentLanguage(languages[id])
 | 
			
		||||
		funcSelected(languages[id])
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	messageHead := localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "languageSelectionFormHead",
 | 
			
		||||
	})
 | 
			
		||||
	return widget.NewCard(messageHead, "", listView)
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										60
									
								
								src/main.go
									
									
									
									
									
								
							
							
						
						
									
										60
									
								
								src/main.go
									
									
									
									
									
								
							@@ -2,31 +2,46 @@ package main
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"errors"
 | 
			
		||||
	"ffmpegGui/convertor"
 | 
			
		||||
	myError "ffmpegGui/error"
 | 
			
		||||
	"ffmpegGui/handler"
 | 
			
		||||
	"ffmpegGui/migration"
 | 
			
		||||
	"ffmpegGui/setting"
 | 
			
		||||
	"fyne.io/fyne/v2"
 | 
			
		||||
	"fyne.io/fyne/v2/app"
 | 
			
		||||
	"fyne.io/fyne/v2/container"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/convertor"
 | 
			
		||||
	error2 "git.kor-elf.net/kor-elf/gui-for-ffmpeg/error"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/handler"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/localizer"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/menu"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/migration"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/setting"
 | 
			
		||||
	_ "github.com/mattn/go-sqlite3"
 | 
			
		||||
	"golang.org/x/text/language"
 | 
			
		||||
	"gorm.io/driver/sqlite"
 | 
			
		||||
	"gorm.io/gorm"
 | 
			
		||||
	"os"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
//const appVersion string = "0.1.1"
 | 
			
		||||
const appVersion string = "0.3.0"
 | 
			
		||||
 | 
			
		||||
func main() {
 | 
			
		||||
	a := app.New()
 | 
			
		||||
	w := a.NewWindow("GUI FFMpeg!")
 | 
			
		||||
	iconResource, err := fyne.LoadResourceFromPath("icon.png")
 | 
			
		||||
	if err == nil {
 | 
			
		||||
		a.SetIcon(iconResource)
 | 
			
		||||
	}
 | 
			
		||||
	w := a.NewWindow("GUI for FFmpeg")
 | 
			
		||||
	w.Resize(fyne.Size{Width: 800, Height: 600})
 | 
			
		||||
	w.CenterOnScreen()
 | 
			
		||||
 | 
			
		||||
	errorView := myError.NewView(w)
 | 
			
		||||
	localizerService, err := localizer.NewService("languages", language.Russian)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		panicErrorLang(w, err)
 | 
			
		||||
		w.ShowAndRun()
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	errorView := error2.NewView(w, localizerService)
 | 
			
		||||
	if canCreateFile("data/database") != true {
 | 
			
		||||
		errorView.PanicError(errors.New("не смогли создать файл 'database' в папке 'data'"))
 | 
			
		||||
		errorView.PanicErrorWriteDirectoryData()
 | 
			
		||||
		w.ShowAndRun()
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
@@ -48,13 +63,14 @@ func main() {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	settingRepository := setting.NewRepository(db)
 | 
			
		||||
	pathFFmpeg, err := settingRepository.GetValue("ffmpeg")
 | 
			
		||||
	convertorRepository := convertor.NewRepository(settingRepository)
 | 
			
		||||
	pathFFmpeg, err := convertorRepository.GetPathFfmpeg()
 | 
			
		||||
	if err != nil && errors.Is(err, gorm.ErrRecordNotFound) == false {
 | 
			
		||||
		errorView.PanicError(err)
 | 
			
		||||
		w.ShowAndRun()
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	pathFFprobe, err := settingRepository.GetValue("ffprobe")
 | 
			
		||||
	pathFFprobe, err := convertorRepository.GetPathFfprobe()
 | 
			
		||||
	if err != nil && errors.Is(err, gorm.ErrRecordNotFound) == false {
 | 
			
		||||
		errorView.PanicError(err)
 | 
			
		||||
		w.ShowAndRun()
 | 
			
		||||
@@ -63,13 +79,20 @@ func main() {
 | 
			
		||||
 | 
			
		||||
	ffPathUtilities := convertor.FFPathUtilities{FFmpeg: pathFFmpeg, FFprobe: pathFFprobe}
 | 
			
		||||
 | 
			
		||||
	convertorView := convertor.NewView(w)
 | 
			
		||||
	settingView := setting.NewView(w)
 | 
			
		||||
	localizerView := localizer.NewView(w, localizerService)
 | 
			
		||||
	convertorView := convertor.NewView(w, localizerService)
 | 
			
		||||
	convertorService := convertor.NewService(ffPathUtilities)
 | 
			
		||||
	defer appCloseWithConvert(convertorService)
 | 
			
		||||
	mainHandler := handler.NewConvertorHandler(convertorService, convertorView, settingView, settingRepository)
 | 
			
		||||
	convertorHandler := handler.NewConvertorHandler(convertorService, convertorView, convertorRepository, localizerService)
 | 
			
		||||
 | 
			
		||||
	mainHandler.GetConvertor()
 | 
			
		||||
	localizerRepository := localizer.NewRepository(settingRepository)
 | 
			
		||||
	menuView := menu.NewView(w, a, appVersion, localizerService)
 | 
			
		||||
	mainMenu := handler.NewMenuHandler(convertorHandler, menuView, localizerService, localizerView, localizerRepository)
 | 
			
		||||
 | 
			
		||||
	mainHandler := handler.NewMainHandler(convertorHandler, mainMenu, localizerRepository, localizerService)
 | 
			
		||||
	mainHandler.Start()
 | 
			
		||||
 | 
			
		||||
	w.SetMainMenu(mainMenu.GetMainMenu())
 | 
			
		||||
 | 
			
		||||
	w.ShowAndRun()
 | 
			
		||||
}
 | 
			
		||||
@@ -95,3 +118,10 @@ func canCreateFile(path string) bool {
 | 
			
		||||
	_ = file.Close()
 | 
			
		||||
	return true
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func panicErrorLang(w fyne.Window, err error) {
 | 
			
		||||
	w.SetContent(container.NewVBox(
 | 
			
		||||
		widget.NewLabel("Произошла ошибка!"),
 | 
			
		||||
		widget.NewLabel("произошла ошибка при получении языковых переводах. \n\r"+err.Error()),
 | 
			
		||||
	))
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										641
									
								
								src/menu/view.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										641
									
								
								src/menu/view.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,641 @@
 | 
			
		||||
package menu
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fyne.io/fyne/v2"
 | 
			
		||||
	"fyne.io/fyne/v2/canvas"
 | 
			
		||||
	"fyne.io/fyne/v2/container"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/localizer"
 | 
			
		||||
	"github.com/nicksnyder/go-i18n/v2/i18n"
 | 
			
		||||
	"golang.org/x/image/colornames"
 | 
			
		||||
	"net/url"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type ViewContract interface {
 | 
			
		||||
	About(ffmpegVersion string, ffprobeVersion string)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type View struct {
 | 
			
		||||
	w                fyne.Window
 | 
			
		||||
	app              fyne.App
 | 
			
		||||
	appVersion       string
 | 
			
		||||
	localizerService localizer.ServiceContract
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewView(w fyne.Window, app fyne.App, appVersion string, localizerService localizer.ServiceContract) *View {
 | 
			
		||||
	return &View{
 | 
			
		||||
		w:                w,
 | 
			
		||||
		app:              app,
 | 
			
		||||
		appVersion:       appVersion,
 | 
			
		||||
		localizerService: localizerService,
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) About(ffmpegVersion string, ffprobeVersion string) {
 | 
			
		||||
	view := v.app.NewWindow(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "about",
 | 
			
		||||
	}))
 | 
			
		||||
	view.Resize(fyne.Size{Width: 793, Height: 550})
 | 
			
		||||
	view.SetFixedSize(true)
 | 
			
		||||
 | 
			
		||||
	programmName := canvas.NewText(" GUI for FFmpeg", colornames.Darkgreen)
 | 
			
		||||
	programmName.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
	programmName.TextSize = 20
 | 
			
		||||
 | 
			
		||||
	programmLink := widget.NewHyperlink(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "programmLink",
 | 
			
		||||
	}), &url.URL{
 | 
			
		||||
		Scheme: "https",
 | 
			
		||||
		Host:   "git.kor-elf.net",
 | 
			
		||||
		Path:   "kor-elf/gui-for-ffmpeg/releases",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	licenseLink := widget.NewHyperlink(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "licenseLink",
 | 
			
		||||
	}), &url.URL{
 | 
			
		||||
		Scheme: "https",
 | 
			
		||||
		Host:   "git.kor-elf.net",
 | 
			
		||||
		Path:   "kor-elf/gui-for-ffmpeg/src/branch/main/LICENSE",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	licenseLinkOther := widget.NewHyperlink(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "licenseLinkOther",
 | 
			
		||||
	}), &url.URL{
 | 
			
		||||
		Scheme: "https",
 | 
			
		||||
		Host:   "git.kor-elf.net",
 | 
			
		||||
		Path:   "kor-elf/gui-for-ffmpeg/src/branch/main/LICENSE-3RD-PARTY.txt",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	programmVersion := widget.NewRichTextFromMarkdown(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "programmVersion",
 | 
			
		||||
		TemplateData: map[string]string{
 | 
			
		||||
			"Version": v.appVersion,
 | 
			
		||||
		},
 | 
			
		||||
	}))
 | 
			
		||||
 | 
			
		||||
	aboutText := widget.NewRichText(
 | 
			
		||||
		&widget.TextSegment{
 | 
			
		||||
			Text: v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
				MessageID: "aboutText",
 | 
			
		||||
			}),
 | 
			
		||||
		},
 | 
			
		||||
	)
 | 
			
		||||
	image := canvas.NewImageFromFile("icon.png")
 | 
			
		||||
	image.SetMinSize(fyne.Size{Width: 100, Height: 100})
 | 
			
		||||
	image.FillMode = canvas.ImageFillContain
 | 
			
		||||
 | 
			
		||||
	ffmpegTrademark := widget.NewRichTextFromMarkdown(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "ffmpegTrademark",
 | 
			
		||||
	}))
 | 
			
		||||
	ffmpegLGPL := widget.NewRichTextFromMarkdown(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "ffmpegLGPL",
 | 
			
		||||
	}))
 | 
			
		||||
 | 
			
		||||
	view.SetContent(
 | 
			
		||||
		container.NewScroll(container.NewVBox(
 | 
			
		||||
			container.NewBorder(nil, nil, container.NewVBox(image), nil, container.NewVBox(
 | 
			
		||||
				programmName,
 | 
			
		||||
				programmVersion,
 | 
			
		||||
				aboutText,
 | 
			
		||||
				ffmpegTrademark,
 | 
			
		||||
				ffmpegLGPL,
 | 
			
		||||
				v.getCopyright(),
 | 
			
		||||
				container.NewHBox(programmLink, licenseLink),
 | 
			
		||||
				container.NewHBox(licenseLinkOther),
 | 
			
		||||
			)),
 | 
			
		||||
			v.getAboutFfmpeg(ffmpegVersion),
 | 
			
		||||
			v.getAboutFfprobe(ffprobeVersion),
 | 
			
		||||
			widget.NewCard(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
				MessageID: "AlsoUsedProgram",
 | 
			
		||||
			}), "", v.getOther()),
 | 
			
		||||
		)),
 | 
			
		||||
	)
 | 
			
		||||
	view.CenterOnScreen()
 | 
			
		||||
	view.Show()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) getCopyright() *widget.RichText {
 | 
			
		||||
	return widget.NewRichTextFromMarkdown("Copyright (c) 2024 **[Leonid Nikitin (kor-elf)](https://git.kor-elf.net/kor-elf/)**.")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) getAboutFfmpeg(version string) *fyne.Container {
 | 
			
		||||
	programmName := canvas.NewText(" FFmpeg", colornames.Darkgreen)
 | 
			
		||||
	programmName.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
	programmName.TextSize = 20
 | 
			
		||||
 | 
			
		||||
	programmLink := widget.NewHyperlink(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "programmLink",
 | 
			
		||||
	}), &url.URL{
 | 
			
		||||
		Scheme: "https",
 | 
			
		||||
		Host:   "ffmpeg.org",
 | 
			
		||||
		Path:   "",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	licenseLink := widget.NewHyperlink(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "licenseLink",
 | 
			
		||||
	}), &url.URL{
 | 
			
		||||
		Scheme: "https",
 | 
			
		||||
		Host:   "ffmpeg.org",
 | 
			
		||||
		Path:   "legal.html",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	return container.NewVBox(
 | 
			
		||||
		programmName,
 | 
			
		||||
		widget.NewLabel(version),
 | 
			
		||||
		widget.NewRichTextFromMarkdown("**FFmpeg** is a trademark of **[Fabrice Bellard](http://bellard.org/)**, originator of the **[FFmpeg](https://ffmpeg.org/about.html)** project."),
 | 
			
		||||
		widget.NewRichTextFromMarkdown("This software uses libraries from the **FFmpeg** project under the **[LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)**."),
 | 
			
		||||
		container.NewHBox(programmLink, licenseLink),
 | 
			
		||||
	)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) getAboutFfprobe(version string) *fyne.Container {
 | 
			
		||||
	programmName := canvas.NewText(" FFprobe", colornames.Darkgreen)
 | 
			
		||||
	programmName.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
	programmName.TextSize = 20
 | 
			
		||||
 | 
			
		||||
	programmLink := widget.NewHyperlink(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "programmLink",
 | 
			
		||||
	}), &url.URL{
 | 
			
		||||
		Scheme: "https",
 | 
			
		||||
		Host:   "ffmpeg.org",
 | 
			
		||||
		Path:   "ffprobe.html",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	licenseLink := widget.NewHyperlink(v.localizerService.GetMessage(&i18n.LocalizeConfig{
 | 
			
		||||
		MessageID: "licenseLink",
 | 
			
		||||
	}), &url.URL{
 | 
			
		||||
		Scheme: "https",
 | 
			
		||||
		Host:   "ffmpeg.org",
 | 
			
		||||
		Path:   "legal.html",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	return container.NewVBox(
 | 
			
		||||
		programmName,
 | 
			
		||||
		widget.NewLabel(version),
 | 
			
		||||
		widget.NewRichTextFromMarkdown("**FFmpeg** is a trademark of **[Fabrice Bellard](http://bellard.org/)**, originator of the **[FFmpeg](https://ffmpeg.org/about.html)** project."),
 | 
			
		||||
		widget.NewRichTextFromMarkdown("This software uses libraries from the **FFmpeg** project under the **[LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)**."),
 | 
			
		||||
		container.NewHBox(programmLink, licenseLink),
 | 
			
		||||
	)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) getOther() *fyne.Container {
 | 
			
		||||
	return container.NewVBox(
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("fyne.io/fyne/v2", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fyne-io/fyne",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD 3-Clause License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fyne-io/fyne/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewRichTextFromMarkdown("Copyright (C) 2018 Fyne.io developers (see [AUTHORS](https://github.com/fyne-io/fyne/blob/master/AUTHORS))"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("fyne.io/systray", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fyne-io/systray",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("Apache License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fyne-io/systray/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/BurntSushi/toml", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "BurntSushi/toml",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "BurntSushi/toml/blob/master/COPYING",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2013 TOML authors"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/davecgh/go-spew", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "davecgh/go-spew",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("ISC License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "davecgh/go-spew/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2012-2016 Dave Collins <dave@davec.name>"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/fredbi/uri", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fredbi/uri",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fredbi/uri/blob/master/LICENSE.md",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2018 Frederic Bidon"),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2015 Trey Tacon"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/fsnotify/fsnotify", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fsnotify/fsnotify",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD-3-Clause license", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fsnotify/fsnotify/blob/main/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright © 2012 The Go Authors. All rights reserved."),
 | 
			
		||||
		widget.NewLabel("Copyright © fsnotify Authors. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/fyne-io/gl-js", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fyne-io/gl-js",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD-3-Clause license", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fyne-io/gl-js/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/fyne-io/glfw-js", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fyne-io/glfw-js",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("MIT License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fyne-io/glfw-js/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2014 Dmitri Shuralyov"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/fyne-io/image", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fyne-io/image",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD 3-Clause License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "fyne-io/image/blob/main/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2022, Fyne.io"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/go-gl/gl", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-gl/gl",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-gl/gl/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2014 Eric Woroshow"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/go-gl/glfw/v3.3/glfw", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-gl/glfw/",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD-3-Clause license", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-gl/glfw/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2012 The glfw3-go Authors. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/go-text/render", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-text/render",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("Unlicense OR BSD-3-Clause", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-text/render/blob/main/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright 2021 The go-text authors"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/go-text/typesetting", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-text/typesetting",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("Unlicense OR BSD-3-Clause", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-text/typesetting/blob/main/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright 2021 The go-text authors"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/godbus/dbus/v5", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "godbus/dbus",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD 2-Clause \"Simplified\" License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "godbus/dbus/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2013, Georg Reinke (<guelfey at gmail dot com>), Google"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/gopherjs/gopherjs", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "gopherjs/gopherjs",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD 2-Clause \"Simplified\" License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "gopherjs/gopherjs/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2013 Richard Musiol. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/jinzhu/inflection", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "jinzhu/inflection",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "jinzhu/inflection/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2015 - Jinzhu"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/jsummers/gobmp", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "jsummers/gobmp",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "jsummers/gobmp/blob/master/COPYING.txt",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2012-2015 Jason Summers"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/mattn/go-sqlite3", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "mattn/go-sqlite3",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "mattn/go-sqlite3/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2014 Yasuhiro Matsumoto"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/nicksnyder/go-i18n/v2", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "nicksnyder/go-i18n",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "nicksnyder/go-i18n/blob/main/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewRichTextFromMarkdown("Copyright (c) 2014 Nick Snyder [https://github.com/nicksnyder](https://github.com/nicksnyder)"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/pmezard/go-difflib", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "pmezard/go-difflib",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "pmezard/go-difflib/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2013, Patrick Mezard"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/srwiley/oksvg", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "srwiley/oksvg",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD 3-Clause License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "srwiley/oksvg/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2018, Steven R Wiley"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/srwiley/rasterx", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "srwiley/rasterx",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD 3-Clause License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "srwiley/rasterx/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2018, Steven R Wiley"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/stretchr/testify", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "stretchr/testify",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("MIT License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "stretchr/testify/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/tevino/abool", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "tevino/abool",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "tevino/abool/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2016 Tevin Zhang"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/yuin/goldmark", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "yuin/goldmark",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("MIT License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "yuin/goldmark/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2019 Yusuke Inuzuka"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("golang.org/x/image", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "pkg.go.dev",
 | 
			
		||||
			Path:   "golang.org/x/image",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "cs.opensource.google",
 | 
			
		||||
			Path:   "go/x/image/+/master:LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("golang.org/x/mobile", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "pkg.go.dev",
 | 
			
		||||
			Path:   "golang.org/x/mobile",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "cs.opensource.google",
 | 
			
		||||
			Path:   "go/x/mobile/+/master:LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("golang.org/x/net", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "pkg.go.dev",
 | 
			
		||||
			Path:   "golang.org/x/net",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "cs.opensource.google",
 | 
			
		||||
			Path:   "go/x/net/+/master:LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("golang.org/x/sys", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "pkg.go.dev",
 | 
			
		||||
			Path:   "golang.org/x/sys",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "cs.opensource.google",
 | 
			
		||||
			Path:   "go/x/sys/+/master:LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("golang.org/x/text", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "pkg.go.dev",
 | 
			
		||||
			Path:   "golang.org/x/text",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "cs.opensource.google",
 | 
			
		||||
			Path:   "go/x/text/+/master:LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("gopkg.in/yaml.v3", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-yaml/yaml/tree/v3.0.1",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("Licensed under the Apache License, Version 2.0", &url.URL{
 | 
			
		||||
			Scheme: "http",
 | 
			
		||||
			Host:   "www.apache.org",
 | 
			
		||||
			Path:   "licenses/LICENSE-2.0",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright 2011-2016 Canonical Ltd."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("gorm.io/gorm", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-gorm/gorm",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "go-gorm/gorm/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2013-NOW  Jinzhu <wosmvp@gmail.com>"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("honnef.co/go/js/dom", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "dominikh/go-js-dom",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "dominikh/go-js-dom/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2014 Dominik Honnef"),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/golang/go", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "golang/go",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD 3-Clause \"New\" or \"Revised\" License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "golang/go/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("github.com/golang/go", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "golang/go",
 | 
			
		||||
		})),
 | 
			
		||||
		container.NewHBox(widget.NewHyperlink("BSD 3-Clause \"New\" or \"Revised\" License", &url.URL{
 | 
			
		||||
			Scheme: "https",
 | 
			
		||||
			Host:   "github.com",
 | 
			
		||||
			Path:   "golang/go/blob/master/LICENSE",
 | 
			
		||||
		})),
 | 
			
		||||
		widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
 | 
			
		||||
		canvas.NewLine(colornames.Darkgreen),
 | 
			
		||||
	)
 | 
			
		||||
}
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
package migration
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"ffmpegGui/setting"
 | 
			
		||||
	"git.kor-elf.net/kor-elf/gui-for-ffmpeg/setting"
 | 
			
		||||
	"gorm.io/gorm"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,11 +1,13 @@
 | 
			
		||||
package setting
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"errors"
 | 
			
		||||
	"gorm.io/gorm"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type RepositoryContract interface {
 | 
			
		||||
	Create(setting Setting) (Setting, error)
 | 
			
		||||
	CreateOrUpdate(code string, value string) (Setting, error)
 | 
			
		||||
	GetValue(code string) (value string, err error)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -33,3 +35,21 @@ func (r Repository) Create(setting Setting) (Setting, error) {
 | 
			
		||||
	}
 | 
			
		||||
	return setting, err
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (r Repository) CreateOrUpdate(code string, value string) (Setting, error) {
 | 
			
		||||
	var setting Setting
 | 
			
		||||
	err := r.db.Where("code = ?", code).First(&setting).Error
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		if errors.Is(err, gorm.ErrRecordNotFound) == true {
 | 
			
		||||
			setting = Setting{Code: code, Value: value}
 | 
			
		||||
			return r.Create(setting)
 | 
			
		||||
		} else {
 | 
			
		||||
			return setting, err
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	err = r.db.Model(&setting).UpdateColumn("value", value).Error
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return setting, err
 | 
			
		||||
	}
 | 
			
		||||
	return setting, err
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,98 +0,0 @@
 | 
			
		||||
package setting
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fyne.io/fyne/v2"
 | 
			
		||||
	"fyne.io/fyne/v2/canvas"
 | 
			
		||||
	"fyne.io/fyne/v2/container"
 | 
			
		||||
	"fyne.io/fyne/v2/dialog"
 | 
			
		||||
	"fyne.io/fyne/v2/widget"
 | 
			
		||||
	"image/color"
 | 
			
		||||
	"net/url"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type ViewContract interface {
 | 
			
		||||
	SelectFFPath(func(ffmpegPath string, ffprobePath string) error)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type View struct {
 | 
			
		||||
	w fyne.Window
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewView(w fyne.Window) *View {
 | 
			
		||||
	return &View{w}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) SelectFFPath(save func(ffmpegPath string, ffprobePath string) error) {
 | 
			
		||||
	errorMessage := canvas.NewText("", color.RGBA{255, 0, 0, 255})
 | 
			
		||||
	errorMessage.TextSize = 16
 | 
			
		||||
	errorMessage.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
 | 
			
		||||
	ffmpegPath, buttonFFmpeg, buttonFFmpegMessage := v.getButtonSelectFile()
 | 
			
		||||
	ffprobePath, buttonFFprobe, buttonFFprobeMessage := v.getButtonSelectFile()
 | 
			
		||||
 | 
			
		||||
	link := widget.NewHyperlink("https://ffmpeg.org/download.html", &url.URL{
 | 
			
		||||
		Scheme: "https",
 | 
			
		||||
		Host:   "ffmpeg.org",
 | 
			
		||||
		Path:   "download.html",
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	form := &widget.Form{
 | 
			
		||||
		Items: []*widget.FormItem{
 | 
			
		||||
			{Text: "Скачать можно от сюда", Widget: link},
 | 
			
		||||
			{Text: "Путь к ffmpeg:", Widget: buttonFFmpeg},
 | 
			
		||||
			{Widget: buttonFFmpegMessage},
 | 
			
		||||
			{Text: "Путь к ffprobe:", Widget: buttonFFprobe},
 | 
			
		||||
			{Widget: buttonFFprobeMessage},
 | 
			
		||||
			{Widget: errorMessage},
 | 
			
		||||
		},
 | 
			
		||||
		SubmitText: "Сохранить",
 | 
			
		||||
		OnSubmit: func() {
 | 
			
		||||
			err := save(string(*ffmpegPath), string(*ffprobePath))
 | 
			
		||||
			if err != nil {
 | 
			
		||||
				errorMessage.Text = err.Error()
 | 
			
		||||
			}
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
	v.w.SetContent(widget.NewCard("Укажите путь к FFmpeg и к FFprobe", "", container.NewVBox(form)))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (v View) getButtonSelectFile() (filePath *string, button *widget.Button, buttonMessage *canvas.Text) {
 | 
			
		||||
	path := ""
 | 
			
		||||
	filePath = &path
 | 
			
		||||
 | 
			
		||||
	buttonMessage = canvas.NewText("", color.RGBA{255, 0, 0, 255})
 | 
			
		||||
	buttonMessage.TextSize = 16
 | 
			
		||||
	buttonMessage.TextStyle = fyne.TextStyle{Bold: true}
 | 
			
		||||
 | 
			
		||||
	button = widget.NewButton("выбрать", func() {
 | 
			
		||||
		fileDialog := dialog.NewFileOpen(
 | 
			
		||||
			func(r fyne.URIReadCloser, err error) {
 | 
			
		||||
				if err != nil {
 | 
			
		||||
					buttonMessage.Text = err.Error()
 | 
			
		||||
					setStringErrorStyle(buttonMessage)
 | 
			
		||||
					return
 | 
			
		||||
				}
 | 
			
		||||
				if r == nil {
 | 
			
		||||
					return
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
				path = r.URI().Path()
 | 
			
		||||
 | 
			
		||||
				buttonMessage.Text = r.URI().Path()
 | 
			
		||||
				setStringSuccessStyle(buttonMessage)
 | 
			
		||||
			}, v.w)
 | 
			
		||||
		fileDialog.Show()
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func setStringErrorStyle(text *canvas.Text) {
 | 
			
		||||
	text.Color = color.RGBA{255, 0, 0, 255}
 | 
			
		||||
	text.Refresh()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func setStringSuccessStyle(text *canvas.Text) {
 | 
			
		||||
	text.Color = color.RGBA{49, 127, 114, 255}
 | 
			
		||||
	text.Refresh()
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user