Skip to content

Commit

Permalink
2.4.1.0 (#67)
Browse files Browse the repository at this point in the history
* 2.4.1.0
  • Loading branch information
bubuntoid authored Dec 15, 2024
1 parent f2e9b11 commit 438d714
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 14 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**Ethereal** is a service that splitting youtube video chapters into mp3 files using just url and (optionally) timecodes. For most of processing operations it uses [FFMPEG](https://www.ffmpeg.org/) and [yt-dlp](https://www.videohelp.com/software/yt-dlp).


Working preview web application: http://81.177.135.200 (*TEMPORARY NOT WORKING DUE TO SERVER`S TERRITORIAL ISSUES WITH YOUTUBE SERVICES*)
Working preview web application: http://ovz2.j6415456.pxlzp.vps.myjino.ru/ (*TEMPORARY NOT WORKING DUE TO SERVER`S TERRITORIAL ISSUES WITH YOUTUBE SERVICES*)

![](./assets/Screenshot_1.png)
![](./assets/1.png)
Expand Down Expand Up @@ -43,10 +43,10 @@ Ensure that you have new line after each time code.
* yt-dlp 2023.03.04

## Backend
working app: http://81.177.135.200 </br>
swagger: http://81.177.135.200/swagger/index.html </br>
hangfire dashboard: http://81.177.135.200/hangfire </br>
healthcheck: http://81.177.135.200/api/hc
working app: http://ovz2.j6415456.pxlzp.vps.myjino.ru/ </br>
swagger: http://ovz2.j6415456.pxlzp.vps.myjino.ru/swagger/index.html </br>
hangfire dashboard: http://ovz2.j6415456.pxlzp.vps.myjino.ru/hangfire </br>
healthcheck: http://ovz2.j6415456.pxlzp.vps.myjino.ru/api/hc

```
$ chmod +x scripts/run.sh
Expand Down
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ethereal.UI
Ethereal frontend project repository.

Working preview web application: http://81.177.135.200/ <br>
Working preview web application: http://ovz2.j6415456.pxlzp.vps.myjino.ru/ <br>
Tested with [Ethereal](https://github.com/bubuntoid/Ethereal) (2.0)

## Stack / Dependencies
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
">

<div style="position: absolute; bottom: 0; right: 0; width: 100px; text-align:right;">
<p style="color: white">2.4.0.1 &nbsp; &nbsp;</p>
<p style="color: white">{{ version }} &nbsp; &nbsp;</p>
</div>

<div class="valign" style="width:100%;">
Expand Down
6 changes: 5 additions & 1 deletion frontend/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
import { Component } from '@angular/core';
import { environment } from 'src/environments/environment';

@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {

version: string;
constructor(){
this.version = environment.version;
}
}
3 changes: 2 additions & 1 deletion frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const environment = {
production: true,
apiUrl: "http://81.177.135.200:80",
apiUrl: "http://ovz2.j6415456.pxlzp.vps.myjino.ru",
version: "2.4.1.0"
};
1 change: 1 addition & 0 deletions frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
export const environment = {
production: false,
apiUrl: "http://81.177.135.200:80",
version: "2.4.1.0"
};

/*
Expand Down
3 changes: 2 additions & 1 deletion src/.idea/.idea.Ethereal/.idea/projectSettingsUpdater.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Ethereal.WebAPI/Frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@


<!--Import Google Icon Font-->
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<link rel="stylesheet" href="styles.6949409c5ad074bbe80e.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.6949409c5ad074bbe80e.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.2fe89b821ea142064af8.js" defer></script><script src="polyfills.48cf29e797506ffaa378.js" defer></script><script src="main.c701f9a37cf8a995727e.js" defer></script>
<script src="runtime.2fe89b821ea142064af8.js" defer></script><script src="polyfills.48cf29e797506ffaa378.js" defer></script><script src="main.0997b9716ce68523512d.js" defer></script>

</body></html>

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/Ethereal.WebAPI/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"Origins": [
"http://localhost:4200",
"http://81.177.135.200",
"http://81.177.135.200:80"
"http://81.177.135.200:80",
"http://ovz2.j6415456.pxlzp.vps.myjino.ru",
"http://ovz2.j6415456.pxlzp.vps.myjino.ru:80"
]
},
"Database": {
Expand Down

0 comments on commit 438d714

Please sign in to comment.