[ARCHIVED - WON'T UPDATE] XSqueeze - Squeezebox player for XBMC - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [ARCHIVED - WON'T UPDATE] XSqueeze - Squeezebox player for XBMC (/showthread.php?tid=122199) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-03 (2013-10-03, 11:53)bossanova808 Wrote: OK so next step is to experiment with with the -l and then -o options to list and choose an output. Once you have audio working on the command line copy the settings into xsqueeze and you should be good. Code: OpenELEC:~/.xbmc/addons/script.xsqueeze/resources/bin/linux # -l ? I also now get this mess when trying to get into squeezeslave. Code: ┌────────────────────────────────────────┐ RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2013-10-04 ok Tyler...think about it a bit - the -o and -l are *options* - not commands in there own right. Just typing -o at the command line is never gonna work, right? Code: ./squeezelite-i64 -l should list the outputs you have Code: ./squeezelite-i64 -o X (where X is the output) Honestly, you might want to spend an hour or two with this resource before you go too far trying all this stuff...you'll find it very hadny, long term, with these sorts of things: http://www.linuxcommand.org/lc3_learning_the_shell.php You don't need to be be a super guru, but mastery of the basics will really be helpful to you. ..allows you to specify an output. The squeezelite error you got indicates most likely the audio device is in use by another app, I think. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-04 Thanks for your patience and support. If/when I get it sorted I'll try and put together a real idiots guide so idiots like me can get this working. The -l option isn't giving me a list, it's just giving me all the options again. Code: OpenELEC:~/.xbmc/addons/script.xsqueeze/resources/bin/linux # ./squeezelite-i64 After a restart of the server and a reboot of the client I tried again and got this. Code: OpenELEC:~/.xbmc/addons/script.xsqueeze/resources/bin/linux # ./squeezelite-i64 -l Something to work with at least. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-04 The Audio Output Device on my System Settings reads "HDA NVidia, HDMI" so I guess I need to select that somehow within XSqueeze. Is this the correct command? Code: ./squeezelite-i64 -o hdmi:CARD=NVidia,DEV=0 It is! I have audio! Now, how do I save that setting on my XBMC install? (2013-10-03, 11:53)bossanova808 Wrote: Once you have audio working on the command line copy the settings into xsqueeze and you should be good. This is the bit I need assistance with. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-04 If it helps here is the output list I get with aplay. Code: OpenELEC:~ # aplay -l I have tried adding -o3 to the arguments, but that hasn't worked. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-04 Through trail and error I have found that adding -o2 to the squeezeslave argument gets audio working. Weird! It only works with slave and not lite. More trial and error! RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-04 I'm having some success (although only with Squeezeslave, I still can get a peep out of Squeezelite) and now I am trying to get 2 or 3 separate installs to sync. Soccing Wrote:Everything works perfectly until about 15 seconds is left of a song. At that point one of my xbmc client starts to play the next track while my other client plays the song till the end. Is there a solution that you are aware of to fix this issue? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-04 Still trying to get squeezelite working (specifically to see if it fixes the above problem) but I can't get it working. I can get into the GUI and browse artisits, albums etc. When I try to play something I see the artists artwork etc but there is no track progress, and no sound. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2013-10-05 You're getting closer! So if you, sya, ahve it working fromt he command line with: squeezelite-i64 -o hdmi:CARD=NVidia,DEV=0 that means into xsqueeze squeezelite extra options you copy jsut the options: Code: -o hdmi:CARD=NVidia,DEV=0 (exactly as on the command line just without the squeezlite-i64 bit at the beginning) And you should be good to go. (squeezelite uses full device descriptions, squeezeslave uses numbers - they are totally different things) RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-05 Great stuff, I'll give it a go, but why do you think I'm not seeing any track progress when in squeezelite? Also, if I need to add more than one argument what do I use to separate them? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2013-10-07 Just spaces put the line in as you would on the cmd line. You're not seeing progress because it knows it can't playback. Once you get it pointing at the right thing, and assuming xbmc behaves, it will all start to work. For most people it works out of the box but it depends on your audio hardware.... And it remains to be seen how this goes with Gotham as well...I will start some testing soon if I can find some time. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-07 I now have squeezelite working! Added the -o line and Hey Presto!. Now I just have to work out the correct line for each of my other players. A quick -l output list reveals a possible 20 options! Is there an easy way to narrow it down? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-07 It's okay, it was obvious which was the correct output after looking at the audio output settings in XBMC. I now have all 3 of my clients playing in perfect synchronisation. Thank you so much for your help. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2013-10-07 You're welcome - glad you've got it going! Have fun! RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tyler Durden - 2013-10-10 I have a new issue. (you'll be happy to hear ;-)) After I have used XSqueeze, and once I exit it and get back to the Home Screen,when I play something from my library I get no sound. Checking the audio output settings I cannot see the normal output that I use. I have to power cycle the XBMC box to get the options back again. Any ideas? |