Kodi 18 only playing one music track
#1
I've recently reinstalled Kodi 18, been using it since its came ou

Now with the fresh install, playing the next music track doesn't work

What I normally do is go into my songs list, (over 15 000) hit play on any song, choose shuffle on the android app and the tracks just play one after anoiher

Now I get the song that I choose to play and nothing else, its stops when the song has finished

What have I missed ?

Have tried the latest beta and nightly, both give me the same problem , 

Thanks
Reply
#2
Check that "Play next song automatically" is enabled, see Settings>Player>Music
Reply
#3
Thanks but did that Smile

I've got it working now, got a feeling that I've found a bug, now to play again to see if I can pinpoint it
Reply
#4
Maybe Queue songs on selection was enabled, as it that enabled as when in a song listing the selected item is the selected song, hence only that gets added to playlist.
Reply
#5
Hi Dave,
             yes mine is doing the same only plays one song at a time.  Play next track is checked and the queue track is unchecked.  Have tried all sorts of combos with this but no difference.  Worked OK a few weeks back.  Would a log dump help?

cheers

John
Reply
#6
Hi Dave,
             I have uploaded a dump file to http://paste.kodi.tv/feceduyevu.  I noticed that after playing the first track selected if you watch the screen closely it seems to skip through all the next tracks to the end of the album.  You can see this at the end of the log file

Hope this helps

John
Reply
#7
Hello @dawsonjw

Thanks for uploading the Debug Log file. Unfortunately Debug mode was not enabled. Can you enable it in Settings>System Settings>Logging. Should be the first option. Try playing the album again and upload the file without edits.

There are quite a few errors that seem to be network related. Maybe check your permissions...

xml:
Failed to open(//Music/1927/Ish!/extrafanart/) opendir call failed with "NFS: Lookup of /Music/1927/Ish!/extrafanart failed with NFS3ERR_NOENT(-2)"
Open - Error opening nfs://192.168.20.19/volume1/media/Music/1927/Ish!/02 That's When I Think of You.mp3
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#8
(2018-08-30, 06:01)Karellen Wrote: Hello @dawsonjw

Thanks for uploading the Debug Log file. Unfortunately Debug mode was not enabled. Can you enable it in Settings>System Settings>Logging. Should be the first option. Try playing the album again and upload the file without edits.

There are quite a few errors that seem to be network related. Maybe check your permissions...

xml:
Failed to open(//Music/1927/Ish!/extrafanart/) opendir call failed with "NFS: Lookup of /Music/1927/Ish!/extrafanart failed with NFS3ERR_NOENT(-2)"
Open - Error opening nfs://192.168.20.19/volume1/media/Music/1927/Ish!/02 That's When I Think of You.mp3
That type of error means that file does not exist see
https://forum.kodi.tv/showthread.php?tid...pid2090159
Reply
#9
Existence of art is not important, but even without debug on I can see that the player is having difficulties...
PHP Code:
ERROROpen Unhandled exception
ERROR
Open Error opening nfs://192.168.20.19/volume1/media/Music/1927/Ish!/04 You'll Never Know.mp3
ERRORInitError opening file musicdb://artists/2/1/4.mp3?albumartistsonly=true&albumid=1&artistid=2
ERRORCAudioDecoderUnable to Init Codec while loading file nfs://192.168.20.19/volume1/media/Music/1927/Ish!/04 You'll Never Know.mp3
WARNINGPAPlayer::QueueNextFileEx Failed to create the decoder 
Have to investigate more, and interested to know if OP has the same issue or not.

This looks more like  a network issue, Kodi unable to access te NFS
Reply
#10
Hi Dave,

     ok I have generated a log with debug for you.  The album I was trying to play this time was "The Axiom Archive 1969-1971".  I selected the first track "01 - Arkansas Grass.mp3" which it played completely then it skipped through the rest.  The tracks are there as you can play them individually.  The same NAS connection works fine for playing movies.  This was working a few weeks back so something broke between then and now....

http://paste.kodi.tv/uhuvaxobix

I hope this helps

Cheers

John
Reply
#11
Thanks John, nice big crop of errors in the log, where to start? You are on Android, which is not a platform I work with so that will make it harder and I will need to to do more leg work. @Minty95 what platform are you running on?

Need to start excluding some things. You are using Blackglassnova skin that seems to depend on Skin Helper Service addon (which I suspect is making JSON API calls with the wrong syntax for Leia). So can you swap to Estuary or Confluence, and specifically turn off the SHS addon, I believe it is left running even when you switch to a skin that doesn't need it. Then run with debug on, try to play an album and provide the new log.

There is an outside chance it will then work OK, but I am not betting on it just removing distractions.
Reply
#12
To save Dave having to dig through a load of unrelated stuff, error occurs here.
Code:
08:59:08.887 T:18446744072445765496 DEBUG: OnQueueNextItem: CApplication::OnQueueNextItem
08:59:08.900 T:18446744072418253992 DEBUG: Thread JobWorker start, auto delete: true
08:59:08.904 T:18446744072418253992 DEBUG: CFileCache::Open - opening <volume1/media/Music/Axiom/The Axiom Archive 1969-1971/02 - Baby Bear.mp3> using cache
08:59:08.910 T:18446744072418253992 DEBUG: CNFSFile::Open - opened volume1/media/Music/Axiom/The Axiom Archive 1969-1971/02 - Baby Bear.mp3
08:59:08.934 T:18446744072418253992 ERROR: Open - Unhandled exception
08:59:08.934 T:18446744072418253992 ERROR: Open - Error opening nfs://192.168.20.19/volume1/media/Music/Axiom/The Axiom Archive 1969-1971/02 - Baby Bear.mp3
08:59:08.934 T:18446744072418253992 DEBUG: CNFSFile::Close closing file volume1/media/Music/Axiom/The Axiom Archive 1969-1971/02 - Baby Bear.mp3
08:59:08.936 T:18446744072418253992 ERROR: Init: Error opening file musicdb://artists/3751/1323/19208.mp3?albumartistsonly=true&albumid=1323&artistid=3751
08:59:08.937 T:18446744072418253992 ERROR: CAudioDecoder: Unable to Init Codec while loading file nfs://192.168.20.19/volume1/media/Music/Axiom/The Axiom Archive 1969-1971/02 - Baby Bear.mp3

Maybe a detailed trace of the NFS component would reveal what's causing that unhandled exception ?

@dawsonjw, I know you said it works for movies, does it work if you queue 2 or more ?
Learning Linux the hard way !!
Reply
#13
Already been digging @black_eagle and quoted the equivalent of that piece of log, but nice to have you about. Do you use Kodi on Android at all? Other team members are looking into another Android related issue that is causing crashes, but playback from NFS does not seem to be a general issue.

We need more clues, trying queuing video is an interesting idea, and enabling NFS logging - go for it John!
Reply
#14
Hi Dave,
         Ok I swapped to estuary and stopped the SHS addon's.  No magic bullet I am afraid.  So have included another log dump

http://paste.kodi.tv/yimatisoce

Will try queuing video now and see what that does.

cheers

John
Reply
#15
Hi
   sorry dumb question coming.  In the specific logging window, which one does the NFS logging.  It is not mentioned there.

cheers

John
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi 18 only playing one music track0