Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

The player used to connect to spotify easily before i was using it every day but now the player doesnt take feed from spotify and songs are played but not displayed in the player, help #10

Open
Kivviiii opened this issue Mar 9, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Kivviiii
Copy link

Kivviiii commented Mar 9, 2024

Please do not use GitHub issues as help requests. If you need help using Mondtholomew or Rainmeter in general, join the Rainmeter discord server: https://discord.gg/rainmeter and ask in the #help channel. Remove this disclaimer once you've filled out the bug report.

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • Windows version:
  • Rainmeter version:
  • Mondtholomew version:

Additional context
Add any other context about the problem here.

@Kivviiii Kivviiii added the bug Something isn't working label Mar 9, 2024
@Kivviiii Kivviiii changed the title The player used to connect to spotify easily before i was using it every day but now the player doesnt take feed from spotify and songs are played but not displayed in the plaer help The player used to connect to spotify easily before i was using it every day but now the player doesnt take feed from spotify and songs are played but not displayed in the player, help Mar 9, 2024
@Kivviiii
Copy link
Author

Kivviiii commented Mar 9, 2024

; Max width of the player skin
PlayerMaxWidth=500

; Where to get media information. WebNowPlaying tries to fetch information from the browser addon. NowPlaying gets data from a local media player.
; WebNowPlaying | NowPlaying
PlayerPlugin=WebNowPlaying

; Local player to get media information from. Only works with NowPlaying.
; https://docs.rainmeter.net/manual/measures/nowplaying/#playerlist
; AIMP | CAD | iTunes | Winamp | WMP
PlayerName=Winamp

; Player skin left and right information
; Start | Duration | Remaining | Position
PlayerLeft=Position
PlayerRight=Duration

; Enables smooth progress bar (might cause minor performance issues)
SmoothProgress=0

; Character to insert between Artist and Title in the player skin.
; For a new line, use #CRLF#
ArtistTitleSeparator=" ~ "

; Toggles title extraction. Only works with WebNowPlaying.
; Useful when the title of the media has duplicated or unnecessary information.
; For example, the song "Fake Friends" posted on the YouTube channel "MANON" has the title "MANON / Fake Friends (Music Video)"
; Title extraction removes the duplicated artist name and "(Music Video)" from the information displayed
; TitleExtraction=0 -> MANON - MANON / Fake Friends (Music Video)
; TitleExtraction=1 -> MANON - Fake Friends
TitleExtraction=1
SanitizeArtist=1

; Player color overrides
PlayerMainColor=255,255,255
PlayerAccentColor=255,0,0
PlayerHoverColor=255,0,0

; Player alphas
ProgressDotHaloColor=#PlayerMainColor#,50
ProgressDotColor=#PlayerAccentColor#,150
ProgressLineBackgroundColor=0,0,0
ProgressLineColor=#PlayerMainColor#,255

; Quirky little regex to highlight unusual chracters in media titles / artist names
; Set to ^$ to safely disable the highlight.
PlayerInfoInlinePattern=[^\w|\[|\]|\(|\)|\{|\}|\-|\.|\,]
PlayerInfoInline=Color | #PlayerAccentColor#

@Kivviiii
Copy link
Author

Kivviiii commented Mar 9, 2024

this is the whole code i just changed some colors and the "-" to "-" nothing else except that

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants