SMG now playing

Non-Free SMG now playing 2.22

Ineentho

New Member

BBQ

New Member
Spotify support has stopped working with Sportify's most recent update. SMG can't find the songs I'm playing anymore
 

pizzaboyztv

New Member
There are fixes guys, simply to 'config' folder edit your 'music_players.json'. Copy paste the following...

"SPOTIFY": {
"name": "Spotify",
"apptype": "web_music_player",
"identifiers": ["- Spotify"]
},

"SOUNDCLOUD": {
"name": "Soundcloud",
"apptype": "web_music_player",
"identifiers": ["sound"]
},


So far I got my Spotify and Soundcloud working... That's a great software, let's keep it running! Cheers :)



.


.


.


.


.
 

Lonfyre

New Member
Anyone ever figure out how to get around the whole foobar2000 double text nonsense?

SMG is the only resource that seems to want to work for this, yet with my recent adoption of fb2k I'm at a loss for this whole issue.
 

Wishdream

New Member
Well, I added support that works for XMPlay.
If you can add this to the latest version of the program, that'd be amazing~!

Code:
    "XMPLAY": {
        "name": "XMPlay",
        "apptype": "music_player",
        "identifiers": [""],
        "window_class_name": "XMPLAY-MAIN"
    },
This goes into music_players.json
and add this to your config.ini at your [active_players] section.
Code:
xmplay = "XMPlay"
 

Mkgrider

New Member
There are fixes guys, simply to 'config' folder edit your 'music_players.json'. Copy paste the following...

"SPOTIFY": {
"name": "Spotify",
"apptype": "web_music_player",
"identifiers": ["- Spotify"]
},

"SOUNDCLOUD": {
"name": "Soundcloud",
"apptype": "web_music_player",
"identifiers": ["sound"]
},


So far I got my Spotify and Soundcloud working... That's a great software, let's keep it running! Cheers :)



.


.


.


.


.
I added this to my text file and then got a huge error message. Here's the error. (http://i.imgur.com/ddx3ynL.png)
 

ahotiK

New Member
I added this to my text file and then got a huge error message. Here's the error. (http://i.imgur.com/ddx3ynL.png)
That is a json parsing error, meaning the file is not formatted correctly.
Make sure you didnt forget or add any commas or other stuff. It should be a comma after each block. In each block there should be a comma after each row but NOT after the last row of the block.
To make sure about the formatting you can copy the whole text in the file and paste it into http://jsonlint.com/ and see where the errors are.

cheers
ahotiK
 

zdinch

New Member
@pizzaboyztv
Spotify still does not work :(

2308aad4758119e49c40038f80c4d701.png
 

Kobayen

New Member
I.. detest to come in just to criticize, but Im having a rather bizarre problem with SMG. Basically, its cutting off numbers when they are followed by a space, as in:

Code:
"Cartoon Network-Kidz Hitz 2006 Track 17 - Cartoons - Day Oh (Ekkosangen)"
come out as
"> Cartoon Network-Kidz Hitz  Track - Cartoons - Day Oh (Ekkosangen)"
on current_song.txt

I do have a chevron ( the > symbol) on the Before field. No filters, no Replaces. Fresh install / deleting Config.ini didnt help. SMG 1.62 (found inside SMG 1.63 beta.zip from Sourceforge) with Winamp 5.666
 

Jordonics

New Member
I'm trying to use SMG with Soundcloud now that Grooveshark has shut down. I've tried both Firefox and Chrome, but SMG doesn't detect a song playing, and the Groovemarklet only identifies that I'm on soundcloud, does not specify a song.

Anyone have any ideas? I've tried pizzaboy's solution but got the same errors as everyone else did.
 

Azeirah

Member
For everyone with soundcloud issues

1. Download the updated groovemarklet
2. Gasp, and say "Wow, soundcloud suddenly works"
3. If you didn't gasp, remove your music.json file to bring back soundcloud to its working state.

Wooh.. :)

Thanks to xBytez and inooid for fixing the security download error and soundcloud :D


Also

R06skq1.png
 
Last edited:

zdinch

New Member
Simple Question, did you use the client or the web client ? for me with play.spotify.com it's all good
Ty!!

For everyone with soundcloud issues

1. Download the updated groovemarklet
2. Gasp, and say "Wow, soundcloud suddenly works"
3. If you didn't gasp, remove your music.json file to bring back soundcloud to its working state.

Wooh.. :)

Thanks to xBytez and inooid for fixing the security download error and soundcloud :D


Also

R06skq1.png

Updated please! ty!!
 

Nerdy Mike

New Member
Hello Azeirah,

I've downloaded via the link that you have here / through sourceforge, and the folder says 1.63 beta. However when I run the application, it says 1.62.

Also, I'm trying to use Spotify but I still get a "No song is currently playing". I noticed that on your screenshot of Spotify working, you are a Premium member; I'm still a free user. Does that make a difference?
 
Top