Integration with OBS Tuna #372

Closed
opened 2021-08-11 16:57:48 +00:00 by luanfsp · 11 comments
luanfsp commented 2021-08-11 16:57:48 +00:00 (Migrated from github.com)

Would be nice have this feature for streams.

image

Would be nice have this feature for streams. ![image](https://user-images.githubusercontent.com/31630621/129071214-021718a7-4a28-4423-82b3-7b4e67a18fa1.png)
mesmerx commented 2021-09-09 17:41:15 +00:00 (Migrated from github.com)

i made one
https://github.com/th-ch/youtube-music/pull/397

just start webserver with default port

i made one https://github.com/th-ch/youtube-music/pull/397 just start webserver with default port
Grogyas commented 2021-10-22 16:38:40 +00:00 (Migrated from github.com)

i made one #397

just start webserver with default port

How?

> i made one #397 > > just start webserver with default port How?
Araxeus commented 2021-10-22 16:54:01 +00:00 (Migrated from github.com)

There is a webserver option in tuna settings
image

There is a webserver option in tuna settings ![image](https://user-images.githubusercontent.com/78568641/137546888-141f72b7-6ecd-4261-bf66-9f789fb8d7d3.png)
mesmerx commented 2021-10-24 19:51:59 +00:00 (Migrated from github.com)

i`ll add a description in readme, but thats it, just need to start this server in obs and the information should be sending to tuna by default, for the widget i use
https://github.com/univrsal/tuna/blob/master/data/widget.html and https://github.com/ZeAntwan/NowPlayingWidget
is a beautiful widget combo

i`ll add a description in readme, but thats it, just need to start this server in obs and the information should be sending to tuna by default, for the widget i use https://github.com/univrsal/tuna/blob/master/data/widget.html and https://github.com/ZeAntwan/NowPlayingWidget is a beautiful widget combo
OutlanderForge commented 2021-10-28 04:44:52 +00:00 (Migrated from github.com)

Hi, when the song is playing the time left param doesn't return the correct value from YT music itself. It just returns the length of the song in both time_left and duration. I'm not sure what the issue is.
Please let me know if you need any more info, I'm not sure what to include as it is a YT music (api?) problem.

Hi, when the song is playing the time left param doesn't return the correct value from YT music itself. It just returns the length of the song in both time_left and duration. I'm not sure what the issue is. Please let me know if you need any more info, I'm not sure what to include as it is a YT music (api?) problem.
Araxeus commented 2021-10-28 08:23:05 +00:00 (Migrated from github.com)
Fix for this is incoming See https://github.com/th-ch/youtube-music/pull/439#issuecomment-945980068 @mesmerx
mesmerx commented 2021-10-31 20:26:59 +00:00 (Migrated from github.com)

Hi, when the song is playing the time left param doesn't return the correct value from YT music itself. It just returns the length of the song in both time_left and duration. I'm not sure what the issue is. Please let me know if you need any more info, I'm not sure what to include as it is a YT music (api?) problem.

yeah, i'll make a event for the progress bar, like @Araxeus shows in the 439, maybe next week

> Hi, when the song is playing the time left param doesn't return the correct value from YT music itself. It just returns the length of the song in both time_left and duration. I'm not sure what the issue is. Please let me know if you need any more info, I'm not sure what to include as it is a YT music (api?) problem. yeah, i'll make a event for the progress bar, like @Araxeus shows in the 439, maybe next week
Araxeus commented 2021-11-10 16:51:20 +00:00 (Migrated from github.com)

@mesmerx I've already created a very similar event for fixes in the mpris 'plugin', so I just subscribed this plugin to that event to get updated currentTime. Could you please test if it works well ? #480

@mesmerx I've already created a very similar event for fixes in the mpris 'plugin', so I just subscribed this plugin to that event to get updated currentTime. Could you please test if it works well ? #480
mesmerx commented 2021-11-11 22:19:01 +00:00 (Migrated from github.com)

yeah i saw the PR i`ll try that ASAP, great work man

yeah i saw the PR i`ll try that ASAP, great work man
awan-gh commented 2022-08-26 06:46:14 +00:00 (Migrated from github.com)

When i stop / pause the music, the status of the playback on http://localhost:1608/ just stays on 'playing', even if i close the ymusic it'll still showing the last song title and what not, how can i fix this?

When i stop / pause the music, the status of the playback on http://localhost:1608/ just stays on 'playing', even if i close the ymusic it'll still showing the last song title and what not, how can i fix this?
DreiLuna commented 2022-10-12 02:53:41 +00:00 (Migrated from github.com)

does the cover image work? becuase I can seem to get it working rn.

does the cover image work? becuase I can seem to get it working rn.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: YTMD/youtube-music#372
No description provided.