Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Oct 27, 2023
2 parents 58d096e + 025609f commit 595faef
Show file tree
Hide file tree
Showing 21 changed files with 72 additions and 0 deletions.
12 changes: 12 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This is the list of STMP's significant contributors.
#
# This does not necessarily list everyone who has contributed code,
# especially since many employees of one corporation may be contributing.
# To see the full list of contributors, see the revision history in
# source control.

wildeyedskies, https://github.com/wildeyedskies
474r4x14, https://github.com/474r4x14
xxxserxxx, https://github.com/xxxserxxx
spezifisch <spezifisch23@proton.me>, https://github.com/spezifisch

3 changes: 3 additions & 0 deletions event_loop.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions gui.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions gui_handlers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions gui_helpers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions gui_mpvevents.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import "github.com/wildeyedskies/stmp/mpvplayer"
Expand Down
3 changes: 3 additions & 0 deletions helpers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import "math"
Expand Down
3 changes: 3 additions & 0 deletions logger/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package logger

type LoggerInterface interface {
Expand Down
3 changes: 3 additions & 0 deletions logger/logger.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package logger

import "fmt"
Expand Down
3 changes: 3 additions & 0 deletions mpvplayer/handler.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package mpvplayer

import (
Expand Down
3 changes: 3 additions & 0 deletions mpvplayer/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package mpvplayer

type UiEventType int
Expand Down
3 changes: 3 additions & 0 deletions mpvplayer/player.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package mpvplayer

import (
Expand Down
3 changes: 3 additions & 0 deletions mpvplayer/typed_shared.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package mpvplayer

type QueueItem struct {
Expand Down
3 changes: 3 additions & 0 deletions page_browser.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions page_log.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import "github.com/rivo/tview"
Expand Down
3 changes: 3 additions & 0 deletions page_playlist.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions page_queue.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions remote/mpris2.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package remote

import (
Expand Down
3 changes: 3 additions & 0 deletions stmp.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions subsonic/api.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package subsonic

import (
Expand Down
3 changes: 3 additions & 0 deletions subsonic/helpers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 The STMP Authors
// SPDX-License-Identifier: GPL-3.0-or-later

package subsonic

import (
Expand Down

0 comments on commit 595faef

Please sign in to comment.