[TVB-719] Original air date/ Rerun indicator?

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.

BBCode ist eingeschaltet
[img] ist eingeschaltet
[url] ist eingeschaltet
Smileys sind ausgeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Ansicht erweitern Die letzten Beiträge des Themas: [TVB-719] Original air date/ Rerun indicator?

Re: Original air date/ Rerun indicator?

von bodo » 10 Dez 2009, 19:37

You can mark the program or simply add it to your reminders. The reminder will open a popup when the show starts if the tv-browser is running.

Re: Original air date/ Rerun indicator?

von jdonato » 10 Dez 2009, 19:34

bodo hat geschrieben:Are there any other informations you are missing?
Now that I think of it: I like to have a "Schedule" or "Watch list". What is the best way to accomplish this with TV-Browser? Favorites will not do because in Favorites I will see every program, including repeats, which I would exclude in a "watch list". From what I have explored, I believe "Mark programs" could do the trick, but if there is another way, please let me know.

Sorry for all my questions....

Re: Original air date/ Rerun indicator?

von jdonato » 10 Dez 2009, 16:27

bodo hat geschrieben:Are there any other informations you are missing?
Well, I am still familiarizing myself with TV-Browser. I hope to be a "newbie expert" soon. :D

That said, one thing I find very useful in my other apps has to do with the original date. Each new program (not a rerun) is highlighted in bold, while each rerun is plain text. I know that in TV-Browser each title is bold, and I like it that way. Maybe there could be a plug-in or a preference (option) to let the user select a color for the titles of new programs? That would be extremely useful.

Thanks for your attention to this requests. I'll keep you posted with my impressions on this great app.

Re: Original air date/ Rerun indicator?

von bodo » 10 Dez 2009, 07:15

Are there any other informations you are missing?

Re: Original air date/ Rerun indicator?

von jdonato » 10 Dez 2009, 06:16

Thanks for the reply, bodo. Just getting acquainted with TV-Browser, and I like it, specially the multiple options to customize the application to our needs. Anything you can do to get the info visible will be great!

Re: Original air date/ Rerun indicator?

von bodo » 10 Dez 2009, 06:09

At the moment this Information is stored into the production year. Don't know why, but I think it is wrong there. We should change that, shouldn't we :) ? There must be a reason why I did this, but I can't remember it :( .

Here is the code:

Code: Alles auswählen

if (xtvdProgram.getOriginalAirDate() != null) {
              Calendar aircal = Calendar.getInstance();
              aircal.setTime(xtvdProgram.getOriginalAirDate().getDate());
              prog.setIntField(ProgramFieldType.PRODUCTION_YEAR_TYPE, aircal.get(Calendar.YEAR));
            }
Maybee we should put it into the REPETITION-Field of TV-Browser, aswell.

[TVB-719] Original air date/ Rerun indicator?

von jdonato » 10 Dez 2009, 05:01

I am using TV-Browser with Schedules Direct on a Mac.
Is there a way to show the original air date of a program? This is so basic that I believe I have somehow missed the option. Any indication will do, original air date, Repeat, Rerun, etc. It makes TV-Browser less effective for me if there is not a way for me to immediately know if the program is a repeat or not.

I use other apps, so I know this information is included in the Schedules Direct data.

Please help?

Nach oben