FAQ  •  Register  •  Login

Marked read?

<<

benv666

Serviio newbie

Posts: 2

Joined: Wed Jul 03, 2013 1:19 pm

Post Wed Jul 03, 2013 2:57 pm

Marked read?

Hej folks,

I just installed serviio and so far I'm impressed. Looks good, most of it seems to work very well too.
However, I have a few questions.

First: I noticed serviio marks files as 'read' for Videos at least. Apparently there's also a '**' in front of the filename of the last watched video in a series. Good.
My question: Is it possibly to get a mark in front of every file that has ever been watched?
I mainly use it to keep track of what I've already seen of a series, so the last watched is already a good start, but still it would be nice to have all files marked.
(for folders that I work through randomly for instance)

Second, when importing my media library Serviio seems to have some issues with importing MP3 files. For example:
2013-07-03 16:43:44,100 WARN [LibraryAdditionsCheckerThread] Cannot add file Metallica - Master of Puppets - 06 - Leper Messiah.mp3 because of an unexpected error. Message:
For input string: "1999-07-13" java.lang.NumberFormatException: For input string: "1999-07-13"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:492)
at java.lang.Integer.valueOf(Integer.java:582)
at org.serviio.library.local.metadata.extractor.embedded.MP3ExtractionStrategy.extractMetadata(MP3ExtractionStrategy.java:78)
(and more backtrace)
The mp3 files looks normal to me -- it's tagged with normal ID3v1, no weird characters or anything.
I'm running Serviio on openjre 7u40 - or if you ask java "1.7.0_40".

Another log entry that I see every now and then:
2013-07-03 16:56:31,017 WARN [prefs] Could not lock User prefs. Unix error code 2.
2013-07-03 16:56:31,017 WARN [prefs] Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
What's up with that?

Anyway, thanks for reading :)

Regards,

BenV
<<

will

DLNA master

Posts: 2138

Joined: Mon Aug 30, 2010 11:18 am

Location: UK

Post Wed Jul 03, 2013 5:10 pm

Re: Marked read?

benv666 wrote:First: I noticed serviio marks files as 'read' for Videos at least. Apparently there's also a '**' in front of the filename of the last watched video in a series. Good.
My question: Is it possibly to get a mark in front of every file that has ever been watched?
I mainly use it to keep track of what I've already seen of a series, so the last watched is already a good start, but still it would be nice to have all files marked.
(for folders that I work through randomly for instance)

Not at the moment.

Second, when importing my media library Serviio seems to have some issues with importing MP3 files. For example:
2013-07-03 16:43:44,100 WARN [LibraryAdditionsCheckerThread] Cannot add file Metallica - Master of Puppets - 06 - Leper Messiah.mp3 because of an unexpected error. Message:
For input string: "1999-07-13" java.lang.NumberFormatException: For input string: "1999-07-13"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:492)
at java.lang.Integer.valueOf(Integer.java:582)
at org.serviio.library.local.metadata.extractor.embedded.MP3ExtractionStrategy.extractMetadata(MP3ExtractionStrategy.java:78)
(and more backtrace)
The mp3 files looks normal to me -- it's tagged with normal ID3v1, no weird characters or anything.
I'm running Serviio on openjre 7u40 - or if you ask java "1.7.0_40".

Its reading the year field into a number, which should just contain 1999, rather than a full date. I think this might have been fixed for 1.3 (by trying to parse it as a date and then stripping the month/day). @zip can you confirm?

Another log entry that I see every now and then:
2013-07-03 16:56:31,017 WARN [prefs] Could not lock User prefs. Unix error code 2.
2013-07-03 16:56:31,017 WARN [prefs] Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
What's up with that?

Create a home directory for the user you are running Serviio under.
Will

ServiiDroid (Android Console) Developer: Download | Home | Support
ServiiGo (Android 3G/4G/WiFi Playback App) Developer: Download | Home | Support
<<

benv666

Serviio newbie

Posts: 2

Joined: Wed Jul 03, 2013 1:19 pm

Post Wed Jul 03, 2013 6:36 pm

Re: Marked read?

will wrote:Its reading the year field into a number, which should just contain 1999, rather than a full date. I think this might have been fixed for 1.3 (by trying to parse it as a date and then stripping the month/day). @zip can you confirm?

Makes me wonder where the other date parts come from, but I'll see if 1.3 fixes it whenever it's released.

will wrote:Create a home directory for the user you are running Serviio under.

It had one, but it wasn't owned by the Serviio user :p

Thanks for the support!

Return to General discussion

Who is online

Users browsing this forum: No registered users and 24 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.