home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
TV-Server
TV Server Plugin: TvWishList
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mcl" data-source="post: 727103" data-attributes="member: 100029"><p><strong>AW: TV Server Plugin: TvWishList</strong></p><p></p><p>hi huha,</p><p></p><p>actually i don't really know what episode part stands for. i see it in the logs but it's always empty. i guess it's the same as episode number. or it could be something like s01e02. like series number is 01, episode number is 02 and episode part is s01e02.</p><p>but as i said i don't have any entries in this tab.</p><p></p><p>about your suggestion for the repeated episodes:</p><p>"if ( (title is equal) AND (description is equal) AND (episodenumber is empty) ) OR ( (title is equal) AND (episodenumber is NOT Empty) AND (Episodetitle is equal) AND (Episiodenumber is equal) )"</p><p></p><p>i would change it this way:</p><p>if ( (title is equal) AND (description is equal) AND (<span style="color: Red">episodetitle</span> is <span style="color: Red">equal</span>) ) OR </p><p>( (title is equal) AND (Episodetitle is equal) AND (Episiodenumber is equal) )</p><p></p><p>actually i don't have any episode numbers in my epg. but you can let it so for those who have those data. in my case it's always empty which for sql means it's the same <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> that's the reason why i wouldn't use anything like "episodenumber is (not) empty". </p><p></p><p>2 examples for my suggestion:</p><p></p><p>program 1</p><p>title: live show</p><p>episodetitle: the first of 10 castings</p><p>episodenumber:</p><p>description: once again dsds is look for the best singers in germany</p><p></p><p>program 2</p><p>title: live show</p><p>episodetitle: the <span style="color: Red">second</span> of 10 castings</p><p>episodenumber:</p><p>description: once again dsds is look for the best singers in germany</p><p></p><p>program 3</p><p>title: csi</p><p>episodetitle: murder in the dark</p><p>episodenumber:</p><p>description: this is the 3. episode of season 4. this time the team has to ....</p><p></p><p>program 4</p><p>title: csi</p><p>episodetitle: murder in the dark</p><p>episodenumber:</p><p>description: <span style="color: Red">Wdh.</span> this is the 3. episode of season 4. this time the team has to ....</p><p></p><p>as you can see for program 3 and 4 the only thing that has changed is the "Wdh." in the beginning of the description. so </p><p>if ( (title is equal) AND (description is equal) AND (episodenumber is empty) )</p><p>would not recognize it as a repeat because the description is not equal.</p><p></p><p>(title is equal) AND (episodenumber is NOT Empty) AND (Episodetitle is equal) AND (Episiodenumber is equal)</p><p>wouldn't recognize it either because the episodenumber is empty.</p><p></p><p>for program 1 and 2 the only thing that has changed is the episodetitle. so </p><p>if ( (title is equal) AND (description is equal) AND (episodenumber is empty)</p><p>would mark it as a repeat though it is none!</p><p></p><p>my suggestion </p><p>if ( (title is equal) AND (description is equal) AND (<span style="color: Red">episodetitle</span> is <span style="color: Red">equal</span>) ) </p><p>recognizes that program 1 and 2 are not the same and recors both of them.</p><p></p><p>( (title is equal) AND (Episodetitle is equal) AND (Episiodenumber is equal) )</p><p>would recognize that program 4 is the repeat of program 3</p><p></p><p>for movies you could add something like </p><p>if ( (title is equal) AND (description is equal) AND (episodetitle is empty) ) </p><p>perhaps without the description part as this could change from station to station when aired again. actually i don't think it's really useful to use it for movies anyway. but ok for those who want to look for things like "star wars" 1-6 it's ok <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p>but i would add it as an extra option because this will only work if you have an epg with episodename data. </p><p>but it could also happen that the epg provider writes "clone wars" in the episodetitle tab <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p>i guess for movies you really should add an extra option that just compares the title and nothing else. because all other entries could change even the description.</p><p></p><p>that's it so far <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="mcl, post: 727103, member: 100029"] [b]AW: TV Server Plugin: TvWishList[/b] hi huha, actually i don't really know what episode part stands for. i see it in the logs but it's always empty. i guess it's the same as episode number. or it could be something like s01e02. like series number is 01, episode number is 02 and episode part is s01e02. but as i said i don't have any entries in this tab. about your suggestion for the repeated episodes: "if ( (title is equal) AND (description is equal) AND (episodenumber is empty) ) OR ( (title is equal) AND (episodenumber is NOT Empty) AND (Episodetitle is equal) AND (Episiodenumber is equal) )" i would change it this way: if ( (title is equal) AND (description is equal) AND ([COLOR="Red"]episodetitle[/COLOR] is [COLOR="Red"]equal[/COLOR]) ) OR ( (title is equal) AND (Episodetitle is equal) AND (Episiodenumber is equal) ) actually i don't have any episode numbers in my epg. but you can let it so for those who have those data. in my case it's always empty which for sql means it's the same :) that's the reason why i wouldn't use anything like "episodenumber is (not) empty". 2 examples for my suggestion: program 1 title: live show episodetitle: the first of 10 castings episodenumber: description: once again dsds is look for the best singers in germany program 2 title: live show episodetitle: the [COLOR="Red"]second[/COLOR] of 10 castings episodenumber: description: once again dsds is look for the best singers in germany program 3 title: csi episodetitle: murder in the dark episodenumber: description: this is the 3. episode of season 4. this time the team has to .... program 4 title: csi episodetitle: murder in the dark episodenumber: description: [COLOR="Red"]Wdh.[/COLOR] this is the 3. episode of season 4. this time the team has to .... as you can see for program 3 and 4 the only thing that has changed is the "Wdh." in the beginning of the description. so if ( (title is equal) AND (description is equal) AND (episodenumber is empty) ) would not recognize it as a repeat because the description is not equal. (title is equal) AND (episodenumber is NOT Empty) AND (Episodetitle is equal) AND (Episiodenumber is equal) wouldn't recognize it either because the episodenumber is empty. for program 1 and 2 the only thing that has changed is the episodetitle. so if ( (title is equal) AND (description is equal) AND (episodenumber is empty) would mark it as a repeat though it is none! my suggestion if ( (title is equal) AND (description is equal) AND ([COLOR="Red"]episodetitle[/COLOR] is [COLOR="Red"]equal[/COLOR]) ) recognizes that program 1 and 2 are not the same and recors both of them. ( (title is equal) AND (Episodetitle is equal) AND (Episiodenumber is equal) ) would recognize that program 4 is the repeat of program 3 for movies you could add something like if ( (title is equal) AND (description is equal) AND (episodetitle is empty) ) perhaps without the description part as this could change from station to station when aired again. actually i don't think it's really useful to use it for movies anyway. but ok for those who want to look for things like "star wars" 1-6 it's ok :) but i would add it as an extra option because this will only work if you have an epg with episodename data. but it could also happen that the epg provider writes "clone wars" in the episodetitle tab :) i guess for movies you really should add an extra option that just compares the title and nothing else. because all other entries could change even the description. that's it so far :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
TV Server Plugin: TvWishList
Contact us
RSS
Top
Bottom