Serviio not adding files
Hi,
I have been having a problem adding files to Serviio for the last few days, I have tried everything I can think of, and the log seems to show that it is adding 1 file, and then stops trying to find any more, and it does not appear in the mediabrowser.
I'm not an expert but the log looks pretty normal to me, it searches the directory, finds the files, gets all the info, but it does not appear. It looks like there is still more to do before it is added, but I can't tell why nothing happens after this.
I have been having a problem adding files to Serviio for the last few days, I have tried everything I can think of, and the log seems to show that it is adding 1 file, and then stops trying to find any more, and it does not appear in the mediabrowser.
- Code:
2014-11-02 10:52:24,424 DEBUG [ActionsServerResource] Action with name 'forceLibraryRefresh' was requested
2014-11-02 10:52:24,424 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2014-11-02 10:52:24,524 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2014-11-02 10:52:24,524 DEBUG [RepositoryDAOImpl] Reading all Repositories
2014-11-02 10:52:24,524 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2014-11-02 10:52:24,524 DEBUG [RepositoryDAOImpl] Reading all Repositories
2014-11-02 10:52:24,525 DEBUG [LibraryUpdatesCheckerThread] Looking for removed playlist files in repository: /home/joe/video
2014-11-02 10:52:24,525 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /home/joe/video
2014-11-02 10:52:24,525 DEBUG [PlaylistDAOImpl] Reading Playlists for Repository (id = 27)
2014-11-02 10:52:24,525 DEBUG [LibraryAdditionsCheckerThread] Found file 'test.mp4', checking if it's already in the Library
2014-11-02 10:52:24,525 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item /home/joe/video/test.mp4
2014-11-02 10:52:24,525 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /home/joe/video/test.mp4, ignore case: false
2014-11-02 10:52:24,525 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: /home/joe/video
2014-11-02 10:52:24,525 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 27)
2014-11-02 10:52:24,525 DEBUG [MediaItemDAOImpl] Media item /home/joe/video/test.mp4 doesn't exist in DB yet
2014-11-02 10:52:24,525 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2014-11-02 10:52:24,525 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /home/joe/video/test.mp4
2014-11-02 10:52:24,525 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /home/joe/video/test.mp4
2014-11-02 10:52:24,526 DEBUG [MediaItemDAOImpl] Reading dirty MediaItems for Repository (id = 27)
2014-11-02 10:52:24,526 DEBUG [ProcessExecutor] Starting /home/joe/bin/ffmpeg -i /home/joe/video/test.mp4
2014-11-02 10:52:24,526 DEBUG [RepositoryDAOImpl] Marking Repository 27 as scanned with current timestamp
2014-11-02 10:52:24,563 DEBUG [FFmpegMetadataRetriever] Retrieving H264 profile/level for file '/home/joe/video/test.mp4'
2014-11-02 10:52:24,563 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve H264 header for file: /home/joe/video/test.mp4
2014-11-02 10:52:24,563 DEBUG [ProcessExecutor] Starting /home/joe/bin/ffmpeg -i /home/joe/video/test.mp4 -frames:v 1 -c:v copy -f h264 -bsf:v h264_mp4toannexb -an pipe:
2014-11-02 10:52:24,599 DEBUG [FFmpegMetadataRetriever] File '/home/joe/video/test.mp4' has H264 profile HIGH, levels [{H=3.1, RF=2.1}] and 1 ref frames
2014-11-02 10:52:24,599 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve thumbnail for file: /home/joe/video/test.mp4
2014-11-02 10:52:24,600 DEBUG [ProcessExecutor] Starting /home/joe/bin/ffmpeg -threads auto -ss 120 -i /home/joe/video/test.mp4 -an -frames:v 1 -f image2 pipe:
2014-11-02 10:52:24,699 DEBUG [LibraryManager] Metadata found via extractor EMBEDDED: VideoMetadata [title=test, filePath=/home/joe/video/test.mp4, fileSize=38007850, audioBitrate=192, audioCodec=AAC, audioStreamIndex=1, bitrate=2018, channels=2, container=MP4, contentType=UNKNOWN, duration=150, episodeNumber=null, fps=29.97, frequency=44100, h264Levels={H=3.1, RF=2.1}, h264Profile=HIGH, ftyp=mp42, height=720, seasonNumber=null, seriesName=null, timestampType=null, videoBitrate=1823, videoCodec=H264, videoFourCC=avc1, videoStreamIndex=0, width=1280, embeddedSubtitles=[]]
I'm not an expert but the log looks pretty normal to me, it searches the directory, finds the files, gets all the info, but it does not appear. It looks like there is still more to do before it is added, but I can't tell why nothing happens after this.